chore: bump version to v0.1.2
All checks were successful
Release / build_release (push) Successful in 3m31s
Rust / build_and_test (push) Successful in 24s

This commit is contained in:
Lukas Wölfer
2026-04-11 15:07:55 +02:00
parent aff3367623
commit f91303b92c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -3259,7 +3259,7 @@ dependencies = [
[[package]]
name = "weight_tracker"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"anyhow",
"askama",

View File

@@ -1,6 +1,6 @@
[package]
name = "weight_tracker"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
[dependencies]