Skip to content

Commit

Permalink
Version 0.10.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonmh authored Feb 22, 2023
1 parent 24b8bb0 commit 373b6ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 373b6ea

Please sign in to comment.