Skip to content

Commit

Permalink
Merge pull request #191 from sumukhballal/release_v0.1.0-rc
Browse files Browse the repository at this point in the history
Update changelog and version for v0.1.0
  • Loading branch information
sumukhballal committed Apr 9, 2024
2 parents 40c22ab + 1453de0 commit add0ebf
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0] - 2024-04-08

### Added

- Add FIPS-related functionality ([#181])
- Add build clean command ([#183])

[#181]: https://github.com/bottlerocket-os/twoliter/pull/181
[#183]: https://github.com/bottlerocket-os/twoliter/pull/183

### Changed

- Breaking Change: Switch to the unified SDK ([#166])
- Fixed Gomod.rs bug ([#178])
- Use Twoliter.toml for cache layers ([#179])
- Update readme ([#182, #184])
- Generate HMAC for kernel on build ([#187])

[#166]: https://github.com/bottlerocket-os/twoliter/pull/166
[#178]: https://github.com/bottlerocket-os/twoliter/pull/178
[#179]: https://github.com/bottlerocket-os/twoliter/pull/179
[#182]: https://github.com/bottlerocket-os/twoliter/pull/182
[#184]: https://github.com/bottlerocket-os/twoliter/pull/184
[#187]: https://github.com/bottlerocket-os/twoliter/pull/187

## [0.0.7] - 2024-03-19

### Added
Expand Down Expand Up @@ -136,7 +161,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Bottlerocket's `cargo make` build system.
- `Makefile.toml` taken from the Bottlerocket project.

[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.7...HEAD
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.7...v0.1.0
[0.0.7]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.6...v0.0.7
[0.0.6]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.4...v0.0.5
Expand Down

0 comments on commit add0ebf

Please sign in to comment.