Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 2, 2024
1 parent 20a5bff commit 7a7adc1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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-dev.10
version: 2.0.0
repository: https://github.com/mcmah309/rust

environment:
Expand Down

0 comments on commit 7a7adc1

Please sign in to comment.