Skip to content

Commit b785b6b

Browse files
authored
Merge pull request #696 from vigh-m/twoliter/0.22.1-rc
chore: prepare 0.22.1
2 parents 47f563e + 5b9a7be commit b785b6b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.22.1-rc1...HEAD
10+
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.22.1...HEAD
1111

12-
## [0.22.1-rc1] - 2026-08-03
12+
## [0.22.1] - 2026-08-03
1313

1414
### Added
1515
* Populate `ImageVersion` and `BuildTime` in EIF metadata ([#692])
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
[#692]: https://github.com/bottlerocket-os/twoliter/pull/692
2424
[#694]: https://github.com/bottlerocket-os/twoliter/pull/694
2525

26-
[0.22.1-rc1]: https://github.com/bottlerocket-os/twoliter/compare/v0.22.0...v0.22.1-rc1
26+
[0.22.1]: https://github.com/bottlerocket-os/twoliter/compare/v0.22.0...v0.22.1
2727

2828
### Fixed
2929
* Populate ImageVersion and BuildTime in EIF Metadata ([#692])

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys"
8383
testsys-config = { version = "0.1", path = "tools/testsys-config" }
8484
testsys-model = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }
8585

86-
twoliter = { version = "0.22.1-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
86+
twoliter = { version = "0.22.1", path = "twoliter", artifact = [ "bin:twoliter" ] }
8787
twoliter-tool-advisory-checker = { version = "0.1", path = "twoliter/src/tool-crates/advisory-checker" }
8888
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }
8989
twoliter-tool-eif-builder = { version = "0.1", path = "twoliter/src/tool-crates/eif-builder" }

twoliter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twoliter"
3-
version = "0.22.1-rc1"
3+
version = "0.22.1"
44
edition = "2021"
55
description = "A command line tool for creating custom builds of Bottlerocket"
66
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]

0 commit comments

Comments
 (0)