From c524bba1a8ba939c01fef1e952ddcf688e6e4c7e Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Sun, 3 Dec 2023 07:55: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 a3b5295..9b8b618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.1 + +- Additional extensions + ## 0.3.0 - Early Return Notation Signature change diff --git a/pubspec.yaml b/pubspec.yaml index fa1ad49..130c444 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: rust_core description: Implementation of Rust's core library in a Dart friendly way. Usable by itself, but also a base for libraries that want to build on Rust Semantics. -version: 0.3.0 +version: 0.3.1 repository: https://github.com/mcmah309/rust_core environment: