chore: Bump the version to v0.2.0

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-06-01 12:32:24 +00:00
parent 4c6578ccb1
commit ce0068be53
3 changed files with 4 additions and 3 deletions

View File

@@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## [0.2.0] - 2025-06-01
### Added ### Added
@@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initialize the project - by Awiteb - 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.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 [0.0.0]: https://git.4rs.nl/awiteb/n34.git/tag/?h=v0.0.0

2
Cargo.lock generated
View File

@@ -1079,7 +1079,7 @@ dependencies = [
[[package]] [[package]]
name = "n34" name = "n34"
version = "0.1.0" version = "0.2.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "n34" name = "n34"
description = "A CLI to interact with NIP-34 and other stuff related to codes in nostr" 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" edition = "2024"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
authors = ["Awiteb <a@4rs.nl>"] authors = ["Awiteb <a@4rs.nl>"]