From 2a9493b4995264c9eb8060f6ed433594834897ab Mon Sep 17 00:00:00 2001 From: Laan Tungir Date: Thu, 27 Aug 2026 09:37:47 -0400 Subject: [PATCH] [release] v0.1.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- VERSION | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b1083..923e1ea 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] +## [0.1.0] - 2026-08-27 + ## [0.0.3] - 2026-08-19 ## [0.0.2] - 2026-08-17 diff --git a/Cargo.toml b/Cargo.toml index 17eeb0c..346b8e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ members = [ ] [workspace.package] -version = "0.0.3" +version = "0.1.0" edition = "2021" license = "MIT" diff --git a/README.md b/README.md index 48751e4..bb9dbc8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Rust implementation of the NOSTR protocol library, ported from the C `nostr_core_lib` project. -[![Version](https://img.shields.io/badge/version-0.0.3-blue.svg)](#) +[![Version](https://img.shields.io/badge/version-0.1.0-blue.svg)](#) [![License](https://img.shields.io/badge/license-MIT-green.svg)](#) [![Build Status](https://img.shields.io/badge/build-passing-brightgreen.svg)](#building) diff --git a/VERSION b/VERSION index bcab45a..6e8bf73 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.1.0