Skip to content

Commit

Permalink
Merge pull request #327 from jmt-lab/release/0.4.3
Browse files Browse the repository at this point in the history
Release: 0.4.3
  • Loading branch information
jmt-lab committed Jul 17, 2024
2 parents a238374 + ca1dee6 commit fc716ce
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [0.4.3] - 2024-07-17

### Changes

- Update rust nightly to newer version ([#325])
- Fix image handling bugs in `twoliter update` ([#326])

[#325]: https://github.com/bottlerocket-os/twoliter/pull/325
[#326]: https://github.com/bottlerocket-os/twoliter/pull/326

[0.4.3]: https://github.com/bottlerocket-os/twoliter/compare/v0.4.2...v0.4.3

## [0.4.2] - 2024-07-11

### Added
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.2"
version = "0.4.3"
edition = "2021"
description = "A command line tool for creating custom builds of Bottlerocket"
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]
Expand Down

0 comments on commit fc716ce

Please sign in to comment.