Skip to content

Commit

Permalink
Prepare for v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Oct 3, 2023
1 parent 44f1f50 commit 5dbd13a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.0] - 2023-10-02

### Updated

* Change types to use borrowed `str` instead of `String` to reduce memory usage.

## [0.3.1] - 2022-06-30

### Updated
Expand All @@ -24,7 +30,8 @@

- Initial release

[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.4.0...HEAD
[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
[0.2.0]: https://github.com/bluk/ls_rules/compare/v0.1.0...v0.2.0
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ edition = "2021"
include = [
"src/**/*.rs",
"Cargo.toml",
"CHANGELOG.md",
"README.md",
"LICENSE-APACHE",
"LICENSE-MIT",
Expand All @@ -17,7 +18,7 @@ name = "ls_rules"
readme = "README.md"
repository = "https://github.com/bluk/ls_rules"
rust-version = "1.56.0"
version = "0.3.1"
version = "0.4.0"

[dependencies]
serde = { version = "1", default-features = false }
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.3.1"
ls_rules = "0.4.0"
```

## License
Expand Down

0 comments on commit 5dbd13a

Please sign in to comment.