diff options
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | NEWS.md | 10 |
3 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index cd47983..cff03c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,7 +659,7 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "git-back" -version = "0.1.2" +version = "0.1.3" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index b8a9970..830e68d 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.2" +version = "0.1.3" edition = "2024" license = "AGPL-3.0-or-later" homepage = "https://issues.foss-syndicate.org" diff --git a/NEWS.md b/NEWS.md index c2c7926..c4b9a8b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,16 @@ 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.3](https://git.foss-syndicate.org/vhack.eu/git_bug/back/compare/634aa70523867b4e67e5c837695df8b6595c9ccb..v0.1.3) - 2025-06-07 +#### Bug Fixes +- **(back::config::BackRepositories)** Strip a `.git` suffix from repo paths - ([634aa70](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/634aa70523867b4e67e5c837695df8b6595c9ccb)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) +#### Build system +- **(Cargo)** Update dependencies - ([71f326b](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/71f326bb40f7941aae9e0a9b1a169fba687a1a14)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) +- **(flake)** Expose the back package in the flake - ([bf0a229](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/bf0a2299c0cbdf5b42ef7e31c42a346352dd098a)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) +- **(nix/package.nix)** Add correct version number - ([43e30b2](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/43e30b2f9bbdb3751f2b4ce7c2dbae9784e3a044)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) + +- - - + ## [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) |