Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 3, 2024
1 parent c23e6ba commit 4cf3c07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 2.0.1

- Doc update

## 2.0.0

- Add `Path`, `UnixPath`, `WindowsPath`
- Add `KeyedMutex`
- Add `o` to `Ok`, `e` to `Err`, `value` to `Option`
- Add `o`/`okay` to `Ok`, `e`/`error` to `Err`, `value` to `Option`
- Change `channel` to `localChannel`
- Remove deprecations
- Remove individual library import files
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
version: 2.0.1
repository: https://github.com/mcmah309/rust

environment:
Expand Down

0 comments on commit 4cf3c07

Please sign in to comment.