From 4ff6eec98f7537e9ce798af4fca47996f9d15c1c Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sat, 16 Nov 2024 16:12:18 +0000 Subject: [PATCH] chore(release): 0.4.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b39b9b4..47148c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.0] - 2024-11-16 + +### Added +- remove deps +- remove ci + ## [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 "]