Skip to content

Commit

Permalink
Ready for 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renggli committed Jul 14, 2024
1 parent 2a32260 commit 8aa990d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

## 4.3.0 (unpublished)
## 4.3.0
- Dart 3.4 requirement.
- Make `IntegerRange` and `DoubleRange` const constructable.
- Numerous improvements to the Graph library:
- Add `Graph.where(edgePredicate)` for filtering by edge.
- Add Prim's minimum spanning tree.
- Simplify the `Interval` implementation to only support closed intervals.
- Add a `Fenwick` and `Interval` trees.
- Minor bug-fixes.

## 4.2.0
- Improved `Iterable.index` to more common argument names, and support `step`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: more
version: 4.2.0
version: 4.3.0

homepage: https://github.com/renggli/dart-more
description: More Dart — Literally. Collecting, iterating, caching, mathematics,
Expand Down

0 comments on commit 8aa990d

Please sign in to comment.