From f0b32f541ea3e44567ecd94e38816c9133850625 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 17 Jun 2025 14:02:46 +0200 Subject: [PATCH] chore: bump versions --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cf7e52..0a6e43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://git.rustybever.be/Chewing_Bever/otter) +## [0.2.0](https://git.rustybever.be/Chewing_Bever/otter/src/tag/0.2.0) + ### Added * Web UI diff --git a/Cargo.toml b/Cargo.toml index c61cd7c..7d6f990 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.1.0" +version = "0.2.0" edition = "2024" [workspace.dependencies]