Skip to content

Commit c17053c

Browse files
authored
Merge pull request #571 from jmt-lab/rc/0.12.0/1
chore: prepare release candidate 0.12.0-rc1
2 parents e802a32 + e419887 commit c17053c

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

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

1010
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.11.0...HEAD
1111

12+
## [0.12.0-rc1] - 2025-08-21
13+
14+
### Fixed
15+
* Fix a check that prevent inconsistent manual change in twoliter.lock ([#563])
16+
17+
### Added
18+
* Add schema-version 2 of Twoliter.toml. Introduces new field project-vendor ([#551])
19+
20+
### Changed
21+
* Always fetch kit deps before build tasks ([#565])
22+
23+
### Improved
24+
* Extract kits concurrently ([#566])
25+
26+
### Build
27+
* Update cargo dependencies ([#570])
28+
29+
[#551]: https://github.com/bottlerocket-os/twoliter/pull/551
30+
[#563]: https://github.com/bottlerocket-os/twoliter/pull/563
31+
[#565]: https://github.com/bottlerocket-os/twoliter/pull/565
32+
[#566]: https://github.com/bottlerocket-os/twoliter/pull/566
33+
[#570]: https://github.com/bottlerocket-os/twoliter/pull/570
34+
35+
[0.12.0-rc1]: https://github.com/bottlerocket-os/twoliter/compare/v0.11.0...v0.12.0-rc1
36+
1237
## [0.11.0] - 2025-07-17
1338

1439
### Fixed

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", path = "twoliter", artifact = [ "bin:twoliter" ] }
78+
twoliter = { version = "0.12.0-rc1", 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"
3+
version = "0.12.0-rc1"
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)