From ce0068be537271f7323bda82fd5b160309288d08 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 1 Jun 2025 12:32:24 +0000 Subject: [PATCH] chore: Bump the version to `v0.2.0` Signed-off-by: Awiteb --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 467f24b..b737318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.2.0] - 2025-06-01 ### Added @@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initialize the project - by Awiteb +[0.2.0]: https://git.4rs.nl/awiteb/n34.git/tag/?h=v0.2.0 [0.1.0]: https://git.4rs.nl/awiteb/n34.git/tag/?h=v0.1.0 [0.0.0]: https://git.4rs.nl/awiteb/n34.git/tag/?h=v0.0.0 diff --git a/Cargo.lock b/Cargo.lock index 5d9a4b1..3a761dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ dependencies = [ [[package]] name = "n34" -version = "0.1.0" +version = "0.2.0" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 7825f0b..909874b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "n34" description = "A CLI to interact with NIP-34 and other stuff related to codes in nostr" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "GPL-3.0-or-later" authors = ["Awiteb "]