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 0a62389
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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
8 changes: 4 additions & 4 deletions 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 All @@ -16,10 +16,10 @@ environment:
dependencies:
characters: ^1.3.0
clock: ^1.1.0
collection: ^1.18.0
meta: ^1.11.0
collection: ^1.19.0
meta: ^1.15.0
dev_dependencies:
args: ^2.4.0
args: ^2.5.0
build_runner: ^2.4.0
build_web_compilers: ^4.0.0
fake_async: ^1.3.0
Expand Down

0 comments on commit 0a62389

Please sign in to comment.