Skip to content

Commit

Permalink
prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
webern committed Jun 17, 2024
1 parent 9f62ca7 commit 23ed824
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

## [0.4.0] - 2024-06-17

### Changed

- Save each package in its own layer for external kits in Twoliter ([#297])
- Docker pull before docker save for external kits in Twoliter ([#298])

[#297]: https://github.com/bottlerocket-os/twoliter/pull/297
[#298]: https://github.com/bottlerocket-os/twoliter/pull/298

## [0.3.0] - 2024-06-13

### Added
Expand Down Expand Up @@ -276,7 +288,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Bottlerocket's `cargo make` build system.
- `Makefile.toml` taken from the Bottlerocket project.

[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/bottlerocket-os/twoliter/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.7...v0.1.0
[0.0.7]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.6...v0.0.7
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.3.0"
version = "0.4.0"
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 23ed824

Please sign in to comment.