Skip to content

Commit

Permalink
chore: release v0.2.4 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
markhaehnel authored Dec 17, 2024
1 parent c8324f3 commit 88d3cc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 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.4](https://github.com/markhaehnel/sfdl/compare/v0.2.3...v0.2.4) - 2024-12-17

### Other

- *(deps)* bump serde from 1.0.215 to 1.0.216 (#27)
- *(deps)* bump thiserror from 2.0.6 to 2.0.7 (#26)
- *(deps)* bump thiserror from 2.0.3 to 2.0.6 (#24)

## [0.2.3](https://github.com/markhaehnel/sfdl/compare/v0.2.2...v0.2.3) - 2024-11-19

### Other
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3"
version = "0.2.4"
edition = "2021"
repository = "https://github.com/markhaehnel/sfdl.git"
keywords = ["sfdl", "parse", "decrypt", "encrypt"]
Expand Down

0 comments on commit 88d3cc5

Please sign in to comment.