Skip to content

Commit

Permalink
Prepare for v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Jun 30, 2022
1 parent adc1c7d commit dba315e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.1] - 2022-06-30

### Updated

- Changed use imports to fix compilation with only alloc feature

## [0.3.0] - 2022-04-03

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

- Initial release

[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/bluk/ls_rules/compare/v0.3.1...HEAD
[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
[0.1.0]: https://github.com/bluk/ls_rules/releases/tag/v0.1.0
[0.1.0]: https://github.com/bluk/ls_rules/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ls_rules"
version = "0.3.0"
version = "0.3.1"
license = "MIT OR Apache-2.0"
authors = ["Bryant Luk <[email protected]>"]
description = "A Little Snitch .lsrules file format model"
Expand Down Expand Up @@ -35,4 +35,4 @@ alloc = ["serde/alloc"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
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.0"
ls_rules = "0.3.1"
```

## License
Expand Down

0 comments on commit dba315e

Please sign in to comment.