diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 22:09:50 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 22:09:50 +0200 |
commit | 2f8ffecfd955b94dda6e8dfb7f32e5329d83e81c (patch) | |
tree | e72207b00fad627824fada124caab2ecc630a41c | |
parent | build(Cargo.toml): Only use 5 keywords (diff) | |
download | back-2f8ffecfd955b94dda6e8dfb7f32e5329d83e81c.zip |
chore(version): v0.1.2 v0.1.2
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | NEWS.md | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 5110056..3df4ddd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,7 +659,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git-back" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index 3d4ef3b..07f7b75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ [package] name = "git-back" description = "An extremely simple git bug visualization system. Inspired by TVL's panettone." -version = "0.1.1" +version = "0.1.2" edition = "2024" license = "AGPL-3.0-or-later" homepage = "https://issues.foss-syndicate.org" diff --git a/NEWS.md b/NEWS.md index 0d73147..c2c7926 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,12 @@ If not, see <https://www.gnu.org/licenses/agpl.txt>. All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [v0.1.2](https://git.foss-syndicate.org/vhack.eu/git_bug/back/compare/1d0345a48a5b0da97d5a2ed44d3b40f1e727f6f5..v0.1.2) - 2025-06-06 +#### Build system +- **(Cargo.toml)** Only use 5 keywords - ([1d0345a](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/1d0345a48a5b0da97d5a2ed44d3b40f1e727f6f5)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) + +- - - + ## [v0.1.1](https://git.foss-syndicate.org/vhack.eu/git_bug/back/compare/1b3c5a3cbfe938e36cab02732e1509753205a2c0..v0.1.1) - 2025-06-06 #### Build system - **(Cargo.toml)** Add nice metadata - ([3655500](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/3655500ddb9ab5786d0f993b6c2acc03e514487a)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) |