Skip to content

Commit f340cf3

Browse files
authored
Merge pull request #572 from jmt-lab/release/0.12.0
chore: release 0.12.0
2 parents c17053c + 00f2778 commit f340cf3

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,18 @@ 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.11.0...HEAD
10+
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.12.0...HEAD
1111

12-
## [0.12.0-rc1] - 2025-08-21
12+
## [0.12.0] - 2025-08-21
13+
14+
### Breaking Changes
15+
* Update schema-version of Twoliter.toml to version 2. This introduces a new field project-vendor. ([#551])
16+
* Users will need to run `twoliter update` after updating twoliter on any kits or variant repositories to migrate their lockfile to schema-version 2.
17+
* Users will need to bump the schema-version to 2 in Twoliter.toml if they want to use the new project-vendor field
1318

1419
### Fixed
1520
* Fix a check that prevent inconsistent manual change in twoliter.lock ([#563])
1621

17-
### Added
18-
* Add schema-version 2 of Twoliter.toml. Introduces new field project-vendor ([#551])
19-
2022
### Changed
2123
* Always fetch kit deps before build tasks ([#565])
2224

@@ -32,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
[#566]: https://github.com/bottlerocket-os/twoliter/pull/566
3335
[#570]: https://github.com/bottlerocket-os/twoliter/pull/570
3436

35-
[0.12.0-rc1]: https://github.com/bottlerocket-os/twoliter/compare/v0.11.0...v0.12.0-rc1
37+
[0.12.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.11.0...v0.12.0
3638

3739
## [0.11.0] - 2025-07-17
3840

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