Skip to content

Commit

Permalink
Add MSRV (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored Jan 20, 2025
1 parent 27f0145 commit 078e0fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## ? - 0.2.4

### Changes

- Add MSRV.

## 2025-01-14 - [0.2.3]

### Changes
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "hledger-fmt"
version = "0.2.3"
version = "0.2.4"
rust-version = "1.74.1"
edition = "2021"
description = "An opinionated hledger's journal files formatter."
repository = "https://github.com/mondeja/hledger-fmt"
Expand Down

0 comments on commit 078e0fe

Please sign in to comment.