Skip to content

Commit

Permalink
chore: release v0.1.2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
markhaehnel authored Oct 28, 2024
1 parent 9b3f709 commit 1848941
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/markhaehnel/sfdl/compare/v0.1.1...v0.2.0) - 2024-10-28

### Other

- *(deps)* bump quick-xml from 0.36.2 to 0.37.0 ([#14](https://github.com/markhaehnel/sfdl/pull/14))
- *(deps)* bump thiserror from 1.0.64 to 1.0.65 ([#12](https://github.com/markhaehnel/sfdl/pull/12))
- *(deps)* bump serde from 1.0.210 to 1.0.213 ([#13](https://github.com/markhaehnel/sfdl/pull/13))

## [0.1.1](https://github.com/markhaehnel/sfdl/compare/v0.1.0...v0.1.1) - 2024-10-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sfdl"
description = "Parse, encrypt and decrypt SFDL container files"
authors = ["Mark Hähnel <[email protected]>"]
version = "0.1.1"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/markhaehnel/sfdl.git"
keywords = ["sfdl", "parse", "decrypt", "encrypt"]
Expand Down

0 comments on commit 1848941

Please sign in to comment.