From 144e5b1baacdf398be42a1ce4b75bd4b110d43ab Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Thu, 31 Oct 2024 09:12:20 -0700 Subject: [PATCH] Releaving v0.2.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cba94b..7257415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 -## Unreleased +## v0.2.0 ### Breaking CHanges diff --git a/Cargo.toml b/Cargo.toml index ab6b211..ab61f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rsn" description = "A Rust-inspired, human-readable object notation." -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/rsn"