# Changelog 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) - - - ## [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) - **(nix/module)** Mention TVL instead of tvix - ([c1f739c](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/c1f739ca33985c438414676f657e0ed43ecfa4b1)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) - **(nix/package)** Use correct paths - ([8b30b78](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/8b30b7894de1f3fe7feb5da40488daef3b151f9c)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) - **(treewide)** Use the correct link to the repository - ([c08bfee](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/c08bfee8c276537c0165e43110093adf0c03cdb5)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) #### Build system - **(NEWS.md)** Init - ([e3d7cca](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/e3d7ccad633fe2b9cb8c23c3c8ae14441a8bc71a)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) - **(cog.toml)** Use correct usernames - ([d2e5a72](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/d2e5a72dad5c6397009c5c9378501b709f54883c)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) #### Documentation - **(README.md)** Align with current design - ([f9d7696](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/f9d7696e3bc7ba984cc888bc06750734b234ac11)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) #### Features - **(back::web::responses)** Log when returning an error - ([04459e6](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/04459e6072dc01feaf5f462a1cc189a188a5b40d)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) - **(flake)** Export the module and ensure that it works with a test - ([c5f4fd1](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/c5f4fd12735673831ead5faca8d9ad410d77a938)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) - **(treewide)** Prepare for first release - ([a6baea0](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/a6baea06697f6c76c695dc4198099deb8ba916e0)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) #### Miscellaneous Chores - **(treewide)** Comply with the reuse spec v3.3 - ([cfc8e84](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/cfc8e84f30a7b97928eb43e59bc398085564b3b4)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) - Initial commit - ([1e4dff1](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/1e4dff1995833538f436b381bc0450a7c0080bad)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) #### Refactoring - **(scripts/optimise_images)** Remove - ([b7f582e](https://git.foss-syndicate.org/vhack.eu/git_bug/back/commit/b7f582e1fc6384a3085566abb17da5faa2fed29b)) - [@bpeetz](https://git.foss-syndicate.org/bpeetz) - - - Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).