Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
acovaci committed Jun 5, 2024
1 parent 398b338 commit b8d4045
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

### Security

## [0.2.4] - 2024-06-05

### Added

- Add vendored `openssl` to the crate, to allow building on Linux ARM64.

## [0.2.3] - 2024-06-05

### Fixed
Expand Down Expand Up @@ -57,6 +63,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
[0.2.1]: https://github.com/acovaci/skar/compare/v0.2.0...v0.2.1
[0.2.2]: https://github.com/acovaci/skar/compare/v0.2.1...v0.2.2
[0.2.3]: https://github.com/acovaci/skar/compare/v0.2.2...v0.2.3
[0.2.4]: https://github.com/acovaci/skar/compare/v0.2.3...v0.2.4
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
[unreleased]: https://github.com/acovaci/skar/compare/v0.2.3...HEAD
[unreleased]: https://github.com/acovaci/skar/compare/v0.2.4...HEAD
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
@@ -1,6 +1,6 @@
[package]
name = "skar"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit b8d4045

Please sign in to comment.