From 373b6ea31baa1d542a60d86d3fd8e7baffe0e7c4 Mon Sep 17 00:00:00 2001 From: MH Johnson Date: Wed, 22 Feb 2023 14:35:26 -0500 Subject: [PATCH] Version 0.10.0 (#58) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423d975..4b7a2e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.10.0] + +* Added `truncate` method to `String`. +* Added `capitalize` method to `String`. + ## [0.9.0] * Added `average` method to `Iterable`. diff --git a/pubspec.yaml b/pubspec.yaml index 67a9959..d1318c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ # license that can be found in the LICENSE file. name: basics -version: 0.9.0 +version: 0.10.0 description: A Dart library containing convenient extension methods on basic Dart objects. repository: https://github.com/google/dart-basics