From 7a7adc1a0bb6430cb468d98aecb87e9145326ec6 Mon Sep 17 00:00:00 2001 From: mcmah309 Date: Mon, 2 Dec 2024 13:16:18 +0000 Subject: [PATCH] chore: Bump --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e8f73..f20b303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.0.0 + +- Add `Path`, `UnixPath`, `WindowsPath` +- Add `KeyedMutex` +- Add `o` to `Ok`, `e` to `Err`, `value` to `Option` +- Change `channel` to `localChannel` +- Remove deprecations +- Remove individual library import files +- Rename extensions +- Rename errors + ## 1.3.7 - Doc update diff --git a/pubspec.yaml b/pubspec.yaml index 20273ac..303d961 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rust description: A pure Dart implementation of Rust patterns. Types include Result, Option, Cell, Slice, Array, Iterator, Channels, Mutex, etc. -version: 2.0.0-dev.10 +version: 2.0.0 repository: https://github.com/mcmah309/rust environment: