Skip to content

Commit 90eb0c1

Browse files
committed
chore: prepare release 0.7.3
1 parent 4bedd40 commit 90eb0c1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ 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.7.3...HEAD
1111

12-
## [0.7.3-rc] - 2024-02-20
12+
## [0.7.3] - 2024-02-21
1313

1414
### Changed
1515

1616
- Improve upstream source fallback logging ([#454])
1717
- Use a consistent length for project build ID ([#456])
18-
- Update kit metadata schema version to v3 due to changes in advisory generation ([#459])
18+
- Update kit metadata schema version to v3 due to changes in advisory generation ([#459], [#461])
1919

2020
[#454]: https://github.com/bottlerocket-os/twoliter/pull/454
2121
[#456]: https://github.com/bottlerocket-os/twoliter/pull/456
2222
[#459]: https://github.com/bottlerocket-os/twoliter/pull/459
23+
[#461]: https://github.com/bottlerocket-os/twoliter/pull/461
2324

2425
[0.7.3]: https://github.com/bottlerocket-os/twoliter/compare/v0.7.1...v0.7.3
2526

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
@@ -62,7 +62,7 @@ pubsys-setup = { version = "0.1", path = "tools/pubsys-setup", artifact = [ "bin
6262
testsys = { version = "0.1", path = "tools/testsys", artifact = [ "bin:testsys" ] }
6363
testsys-config = { version = "0.1", path = "tools/testsys-config" }
6464
testsys-model = { version = "0.0.15", git = "https://github.com/bottlerocket-os/bottlerocket-test-system", tag = "v0.0.15" }
65-
twoliter = { version = "0.7.3-rc2", path = "twoliter", artifact = [ "bin:twoliter" ] }
65+
twoliter = { version = "0.7.3", path = "twoliter", artifact = [ "bin:twoliter" ] }
6666
unplug = { version = "0.1", path = "tools/unplug", artifact = [ "bin:unplug" ] }
6767
update-metadata = { version = "0.1", path = "tools/update-metadata" }
6868

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.7.3-rc2"
3+
version = "0.7.3"
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)