From bf6d637095c306fc174d2535868615a15283b9b8 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 23 Sep 2024 22:44:13 +0200 Subject: [PATCH] chore(release): v0.2.2 (#10) chore(release): 0.2.2 Co-authored-by: cuddle-please Reviewed-on: https://git.front.kjuulh.io/kjuulh/gitnow/pulls/10 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fbf5c..741c2ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2024-09-23 + +### Other +- add docs + +main@origin + +- add license +- update to gitea-client +- add publish +- *(release)* 0.2.1 + ## [0.2.1] - 2024-09-23 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8ecd48c..fc8e661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.1" +version = "0.2.2" [workspace.dependencies]