From 8aa990d037c123078a5fbb21c6d20c99c8e575ee Mon Sep 17 00:00:00 2001 From: Lukas Renggli Date: Sun, 14 Jul 2024 18:35:01 +0200 Subject: [PATCH] Ready for 4.3.0 --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ab0f0..b353e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 4.3.0 (unpublished) +## 4.3.0 - Dart 3.4 requirement. - Make `IntegerRange` and `DoubleRange` const constructable. - Numerous improvements to the Graph library: @@ -8,6 +8,7 @@ - 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`. diff --git a/pubspec.yaml b/pubspec.yaml index fdbf0ba..2ba6ecc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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,