From 6701067e6f484b9f9c283748281ca0ec64513c5c Mon Sep 17 00:00:00 2001 From: Flavio Bizzarri <33379291+newfla@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:50:33 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2905c8..a397eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. + ## [0.0.2] - 2024-07-06 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index bd27b08..c6861be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crab-net" -version = "0.0.2" +version = "0.0.3" edition = "2021" authors = ["Flavio Bizzarri "] license = "Apache-2.0"