Skip to content

Commit 40e21e0

Browse files
authored
Merge pull request #133 from webern/release-v0.0.5
Release v0.0.5
2 parents 1e9ff3e + 98a0c43 commit 40e21e0

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.5] - 2024-01-10
11+
12+
### Added
13+
14+
- Add alpha version of build variant command ([#119], [#108], [#106], [#105], [#97])
15+
16+
### Changed
17+
18+
- Provide better error messages for some filesystem operations ([#129])
19+
- Deprecate the use of Release.toml ([#126], [#112])
20+
- Install twoliter tools into a fixed directory ([#102])
21+
- Update dependencies ([#125], [#98], [#93])
22+
- Fix a bug that prevented use of a log level argument with testsys ([#92])
23+
24+
[#92]: https://github.com/bottlerocket-os/twoliter/pull/92
25+
[#93]: https://github.com/bottlerocket-os/twoliter/pull/93
26+
[#97]: https://github.com/bottlerocket-os/twoliter/pull/97
27+
[#98]: https://github.com/bottlerocket-os/twoliter/pull/98
28+
[#102]: https://github.com/bottlerocket-os/twoliter/pull/102
29+
[#105]: https://github.com/bottlerocket-os/twoliter/pull/105
30+
[#106]: https://github.com/bottlerocket-os/twoliter/pull/106
31+
[#108]: https://github.com/bottlerocket-os/twoliter/pull/108
32+
[#112]: https://github.com/bottlerocket-os/twoliter/pull/112
33+
[#119]: https://github.com/bottlerocket-os/twoliter/pull/119
34+
[#125]: https://github.com/bottlerocket-os/twoliter/pull/125
35+
[#126]: https://github.com/bottlerocket-os/twoliter/pull/126
36+
[#129]: https://github.com/bottlerocket-os/twoliter/pull/129
37+
1038
## [0.0.4] - 2023-10-04
1139

1240
### Added
@@ -59,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5987
Bottlerocket's `cargo make` build system.
6088
- `Makefile.toml` taken from the Bottlerocket project.
6189

62-
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.4...HEAD
90+
[unreleased]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.5...HEAD
91+
[0.0.5]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.4...v0.0.5
6392
[0.0.4]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.3...v0.0.4
6493
[0.0.3]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.2...v0.0.3
6594
[0.0.2]: https://github.com/bottlerocket-os/twoliter/compare/v0.0.1...v0.0.2

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.

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.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
description = "A command line tool for creating custom builds of Bottlerocket"
66
authors = ["Matthew James Briggs <brigmatt@amazon.com>"]

0 commit comments

Comments
 (0)