about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 22:03:46 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 22:03:46 +0200
commit263fba6e5cf1f6d45ddd4b8686577d9bf3af5323 (patch)
treefd234c840cd7e03dd5ca679e426cbacee19bec20
parentbuild(Cargo.toml): Add nice metadata (diff)
downloadback-263fba6e5cf1f6d45ddd4b8686577d9bf3af5323.zip
chore(version): v0.1.1
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS.md7
3 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a2fee14..5110056 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 
 [[package]]
 name = "git-back"
-version = "0.1.0"
+version = "0.1.1"
 dependencies = [
  "bytes",
  "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 6d6db76..d131e4f 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.0"
+version = "0.1.1"
 edition = "2024"
 license = "AGPL-3.0-or-later"
 homepage = "https://issues.foss-syndicate.org"
diff --git a/NEWS.md b/NEWS.md
index 4e93101..0d73147 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -15,6 +15,13 @@ 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.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)
+- **(Cargo.toml)** Use a different name for the crate - ([1b3c5a3](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/1b3c5a3cbfe938e36cab02732e1509753205a2c0)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)
+
+- - -
+
 ## [v0.1.0](https://git.foss-syndicate.org/vhack.eu/git_bug/back/compare/1e4dff1995833538f436b381bc0450a7c0080bad..v0.1.0) - 2025-06-06
 #### Bug Fixes
 - **(back::web::main)** Pretty print error, on failed connection accept - ([4761ae4](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/4761ae4f57f9e598a376bf96fe5985f39f60c1a2)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz)