From b271d57cbb9d27fa10b4b97798410b03aa66ec15 Mon Sep 17 00:00:00 2001 From: Andreas Brenner Date: Wed, 24 Jun 2026 19:33:23 +0300 Subject: [PATCH] ANW-1 Release: bump version to 0.1.0 for the first official release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bac7e7f..b01cf4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "anwesen" -version = "0.0.1" +version = "0.1.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 4a28a96..b98363a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "anwesen" description = "Read-only HTTP daemon over a markdown vault, querying YAML frontmatter." -version = "0.0.1" +version = "0.1.0" edition = "2024" rust-version = "1.95" license = "BSD-3-Clause"