Skip to content

Commit

Permalink
chore: Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 10, 2024
1 parent fe7a7ea commit 0c5f209
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

- Add `RangeBounds` classes
- Improve `range` function
- Add `Slice` now implements `List`

## 1.1.2

- Project logo
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_core
description: Pure Dart implementation of patterns in Rust's core library. Types include Result, Option, Cell, Slice, Array, Iterator, etc. Facilitates functional programming and error handling.
version: 1.1.2
version: 1.2.0
repository: https://github.com/mcmah309/rust_core

environment:
Expand Down

0 comments on commit 0c5f209

Please sign in to comment.