Skip to content

Commit 0188ec0

Browse files
authored
Merge pull request #668 from ginglis13/twoliter-0.20.0
chore: prepare for release v0.20.0
2 parents a1bacb3 + a9b7631 commit 0188ec0

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,16 +7,16 @@ 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.20.0-rc1...HEAD
10+
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.20.0...HEAD
1111

12-
## [0.20.0-rc1] - 2026-05-27
12+
## [0.20.0] - 2026-05-27
1313

1414
### Added
1515
* Generate builder-group RPM to provide group(builder) ([#661])
1616

1717
[#661]: https://github.com/bottlerocket-os/twoliter/pull/661
1818

19-
[0.20.0-rc1]: https://github.com/bottlerocket-os/twoliter/compare/v0.19.0...v0.20.0-rc1
19+
[0.20.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.19.0...v0.20.0
2020

2121

2222
## [0.19.0] - 2026-05-12

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
@@ -81,7 +81,7 @@ testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys"
8181
testsys-config = { version = "0.1", path = "tools/testsys-config" }
8282
testsys-model = { version = "0.0.16", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.16" }
8383

84-
twoliter = { version = "0.20.0-rc1", path = "twoliter", artifact = [ "bin:twoliter" ] }
84+
twoliter = { version = "0.20.0", path = "twoliter", artifact = [ "bin:twoliter" ] }
8585
twoliter-tool-advisory-checker = { version = "0.1", path = "twoliter/src/tool-crates/advisory-checker" }
8686
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }
8787
twoliter-tool-embedded-bundle = { version = "0.1", path = "twoliter/src/tool-crates/embedded-bundle" }

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.20.0-rc1"
3+
version = "0.20.0"
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)