Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Dec 9, 2024
1 parent fa20c1a commit 439b4ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0

- New sealed type `Option` implementation
- Nullable methods added for every `Option` method and vice versa
- Add `Fs` library
- Add `Env` library
- Rename/refactor

## 2.0.2

- Add `Option.of`
Expand Down
4 changes: 2 additions & 2 deletions 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.2
description: A pure Dart implementation of Rust patterns. Types include Result, Option, Cell, Slice, Array, Iterator, Channels, Mutex, Path, etc.
version: 3.0.0-dev.1
repository: https://github.com/mcmah309/rust

environment:
Expand Down

0 comments on commit 439b4ea

Please sign in to comment.