Release ublue-rs v0.1.1
This commit is contained in:
parent
b39fb4cf1f
commit
5d3756bfca
3 changed files with 10 additions and 5 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -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/),
|
||||
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
|
||||
|
||||
<csr-read-only-do-not-edit/>
|
||||
|
||||
- 24 commits contributed to the release over the course of 19 calendar days.
|
||||
- 0 commits were understood as [conventional](https://www.conventionalcommits.org).
|
||||
- 25 commits contributed to the release over the course of 20 calendar days.
|
||||
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
|
||||
- 0 issues like '(#ID)' were seen in commit messages
|
||||
|
||||
### 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>
|
||||
|
||||
* **Uncategorized**
|
||||
- Add changelog (b39fb4c)
|
||||
- Revert back to published version number (acc29d6)
|
||||
- Ignore the .sccache dir just in case (c6a339c)
|
||||
- Remove license-file prop (89acdbc)
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -784,7 +784,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|||
|
||||
[[package]]
|
||||
name = "ublue-rs"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ublue-rs"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project"
|
||||
repository = "https://gitlab.com/wunker-bunker/ublue-cli"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue