Skip to content

Commit b31ff15

Browse files
authored
Merge pull request #559 from jmt-lab/release/0.11.0
chore: prepare release 0.11.0
2 parents 07a236d + c85dd76 commit b31ff15

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.10.1...HEAD
10+
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.11.0...HEAD
1111

12-
## [0.11.0-rc2] - 2024-07-17
12+
## [0.11.0] - 2024-07-17
1313

1414
### Fixed
1515
* Fix race condition in bypass container launching ([#553])
@@ -36,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
[#553]: https://github.com/bottlerocket-os/twoliter/pull/553
3737
[#555]: https://github.com/bottlerocket-os/twoliter/pull/555
3838

39-
[0.11.0-rc2]: https://github.com/bottlerocket-os/twoliter/compare/v0.10.1...v0.11.0-rc2
39+
[0.11.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.10.1...v0.11.0
4040

4141
## [0.10.1] - 2025-05-14
4242

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

78-
twoliter = { version = "0.11.0-rc2", path = "twoliter", artifact = [ "bin:twoliter" ] }
78+
twoliter = { version = "0.11.0", path = "twoliter", artifact = [ "bin:twoliter" ] }
7979
twoliter-tool-buildsys = { version = "0.1", path = "twoliter/src/tool-crates/buildsys" }
8080
twoliter-tool-embedded-bundle = { version = "0.1", path = "twoliter/src/tool-crates/embedded-bundle" }
8181
twoliter-tool-pipesys = { version = "0.1", path = "twoliter/src/tool-crates/pipesys" }

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.11.0-rc2"
3+
version = "0.11.0"
44
edition = "2021"
55
description = "A command line tool for creating custom builds of Bottlerocket"
66
authors = ["Matthew James Briggs <[email protected]>"]

0 commit comments

Comments
 (0)