Release ublue-rs v0.1.1

This commit is contained in:
Gerald Pinder 2023-10-15 22:11:36 -04:00
parent b39fb4cf1f
commit 5d3756bfca
3 changed files with 10 additions and 5 deletions

View file

@ -5,14 +5,18 @@ 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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## 0.1.1 (2023-10-16)
### Bug Fixes
- <csr-id-b39fb4cf1f19fee8ddd183a2401fe88143cf4dd7/> add changelog
### Commit Statistics ### Commit Statistics
<csr-read-only-do-not-edit/> <csr-read-only-do-not-edit/>
- 24 commits contributed to the release over the course of 19 calendar days. - 25 commits contributed to the release over the course of 20 calendar days.
- 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages - 0 issues like '(#ID)' were seen in commit messages
### Commit Details ### Commit Details
@ -22,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary> <details><summary>view details</summary>
* **Uncategorized** * **Uncategorized**
- Add changelog (b39fb4c)
- Revert back to published version number (acc29d6) - Revert back to published version number (acc29d6)
- Ignore the .sccache dir just in case (c6a339c) - Ignore the .sccache dir just in case (c6a339c)
- Remove license-file prop (89acdbc) - Remove license-file prop (89acdbc)

2
Cargo.lock generated
View file

@ -784,7 +784,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]] [[package]]
name = "ublue-rs" name = "ublue-rs"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"clap", "clap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "ublue-rs" name = "ublue-rs"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
repository = "https://gitlab.com/wunker-bunker/ublue-cli" repository = "https://gitlab.com/wunker-bunker/ublue-cli"