Skip to content

Commit

Permalink
release-prep: update changelog and version for 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cbgbt committed Aug 22, 2024
1 parent d50b783 commit 0f025c2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.4.5] - 2024-08-22

### Changes

- Update twoliter to re-resolve workspaces at buildtime to detect lock mismatches ([#337])
- Improve logging in twoliter lockfile resolution ([#338])
- Improve error messages on pubsys SSM parameter validation failure ([#348])
- Improve reliability of pubsys SSM parameter validation with client-side rate-limiting and retries ([#348])

[#337]: https://github.com/bottlerocket-os/twoliter/pull/337
[#338]: https://github.com/bottlerocket-os/twoliter/pull/338
[#348]: https://github.com/bottlerocket-os/twoliter/pull/348

[0.4.5]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.4...v0.4.5

## [0.4.4] - 2024-08-02

### Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion twoliter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twoliter"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <[email protected]>"]
Expand Down

0 comments on commit 0f025c2

Please sign in to comment.