Skip to content

Commit

Permalink
Prepare for v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed May 15, 2024
1 parent 5c6adb1 commit 6537708
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.4.1] - 2024-05-15

### Updated

* Update serde dependency to specify precise version and use re-exported
serde_derive to ensure compatible dependency versions are used.

## [0.4.0] - 2023-10-02

### Updated
Expand Down Expand Up @@ -30,7 +37,8 @@

- Initial release

[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/bluk/ls_rules/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/bluk/ls_rules/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/bluk/ls_rules/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/bluk/ls_rules/compare/v0.2.0...v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name = "ls_rules"
readme = "README.md"
repository = "https://github.com/bluk/ls_rules"
rust-version = "1.56.0"
version = "0.4.0"
version = "0.4.1"

[dependencies]
serde = { version = "1.0.103", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ deserializing `.lsrules` files.

```toml
[dependencies]
ls_rules = "0.4.0"
ls_rules = "0.4.1"
```

## License
Expand Down

0 comments on commit 6537708

Please sign in to comment.