about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 21:40:06 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-06 21:40:06 +0200
commit671039a993df99b400c974c7e1b9ac58660b679b (patch)
tree4ccf2fddb323b2832f3bbf40ff8b7a9282600f1b
parentbuild(NEWS.md): Init (diff)
downloadback-671039a993df99b400c974c7e1b9ac58660b679b.zip
chore(version): v0.1.0 v0.1.0
-rw-r--r--Cargo.lock5
-rw-r--r--NEWS.md23
2 files changed, 25 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a1b200c..5c9991f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,3 +1,5 @@
+# This file is automatically @generated by Cargo.
+# It is not intended for manual editing.
 # Back - An extremely simple git bug visualization system. Inspired by TVL's
 # panettone.
 #
@@ -8,9 +10,6 @@
 #
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/agpl.txt>.
-
-# This file is automatically @generated by Cargo.
-# It is not intended for manual editing.
 version = 4
 
 [[package]]
diff --git a/NEWS.md b/NEWS.md
index 3cef48d..4e93101 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -15,5 +15,28 @@ 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.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).