Release ublue-rs v0.3.5
This commit is contained in:
parent
7bae446d27
commit
9387d2075f
1 changed files with 11 additions and 14 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
|
@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## v0.3.5 (2023-12-28)
|
||||
## v0.3.5 (2023-12-30)
|
||||
|
||||
<csr-id-aa86f48a5d21c6d3358f1426486ca46d7ea98e72/>
|
||||
|
||||
|
|
@ -23,18 +23,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- <csr-id-6c61cab07e1fce2373053b2f04034f4b2761284f/> Add main README template
|
||||
- <csr-id-249f852a3faf8fcbde03bbc2cf7d9240a72940e3/> Adding new subcommand
|
||||
- <csr-id-556652f92a805209585aa8a76dbba98a12fdc5b6/> Adding more template files for init
|
||||
- <csr-id-6a15c56a906c51332aa5e5766c928692004ce97c/> Add Github support in Build command
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- <csr-id-3b07758709e809f73749f652797ca382cfe526ac/> add support for alpine image and using either podman or buildah
|
||||
- <csr-id-7bae446d2782de142a38d45c60798860da76cc7a/> Update cargo.toml
|
||||
- <csr-id-75dc31182f4cf9aa9ee1d034fdf548163513a563/> logging
|
||||
|
||||
### Commit Statistics
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
- 10 commits contributed to the release over the course of 9 calendar days.
|
||||
- 10 days passed between releases.
|
||||
- 7 commits were understood as [conventional](https://www.conventionalcommits.org).
|
||||
- 4 commits contributed to the release.
|
||||
- 1 day passed between releases.
|
||||
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
|
||||
- 0 issues like '(#ID)' were seen in commit messages
|
||||
|
||||
### Commit Details
|
||||
|
|
@ -44,16 +47,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
<details><summary>view details</summary>
|
||||
|
||||
* **Uncategorized**
|
||||
- Add basic templating support for Github Actions (7ce7048)
|
||||
- Add support for alpine image and using either podman or buildah (3b07758)
|
||||
- Add main README template (6c61cab)
|
||||
- Adding new subcommand (249f852)
|
||||
- Adding more template files for init (556652f)
|
||||
- Update README and CHANGELOG (c559fb4)
|
||||
- Add ability to use incremental caching for rust builds in Earthfile (a25e041)
|
||||
- Have ublue-cli manage iso-generator (a3da7e3)
|
||||
- Switch to using typed builders (aa86f48)
|
||||
- Fix SAVE IMAGE (e9cfc8a)
|
||||
- Update cargo.toml (7bae446)
|
||||
- Fix changelog (bfdd3ce)
|
||||
- Logging (75dc311)
|
||||
- Add Github support in Build command (6a15c56)
|
||||
</details>
|
||||
|
||||
## v0.3.4 (2023-12-19)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue