From e4d5f52e23c14553b9c3305255d6d0ac3fb05bb8 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 17 Nov 2024 05:26:28 +0000 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39b9b4..744ddeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2024-11-17 + +### Added +- remove deps +- remove ci + +### Other +- *(deps)* update rust crate serde_json to v1.0.133 + ## [0.3.0] - 2024-11-16 ### Added diff --git a/Cargo.toml b/Cargo.toml index 189e5db..d0a69bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*", "examples/*"] resolver = "2" [workspace.package] -version = "0.3.0" +version = "0.4.0" edition = "2021" license = "MIT" authors = ["kjuulh "]