From 7ad50a41c6e0235a297c2e0ab7d9fa9212bffff3 Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Fri, 8 Dec 2023 00:59:44 -0500 Subject: [PATCH] chore: Bump --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b67702e..a00abf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.3 + +- Library organization + ## 0.3.2 - Add Cell diff --git a/pubspec.yaml b/pubspec.yaml index 358691c..455c840 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rust_core description: Implementation of Rust's core library in a Dart friendly way. Includes Result, Option, Cells, etc. -version: 0.3.2 +version: 0.3.3 repository: https://github.com/mcmah309/rust_core environment: