Skip to content

Commit

Permalink
Merge pull request #202 from sam-berning/0.1.x
Browse files Browse the repository at this point in the history
[0.1.x] bump release version v0.1.1
  • Loading branch information
sam-berning committed Apr 18, 2024
2 parents 6053627 + 01ebf3c commit 291dbef
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2024-04-17

### Added

### Changed

- Use Openssl to generate HMAC in rpm2img ([#196])

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

## [0.1.0] - 2024-04-08

### Added
Expand Down Expand Up @@ -161,7 +171,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.1.0...HEAD
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/bottlerocket-os/twoliter/compare/v0.1.0...v0.1.1
[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
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 twoliter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twoliter"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]
Expand Down

0 comments on commit 291dbef

Please sign in to comment.