From a5ade0008bc18135cae7d704a66808d66a887ccc Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 6 Apr 2021 15:42:14 +0200 Subject: [PATCH] pub: Bump package version to 0.2.0 final Signed-off-by: Leandro Lucarella --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4876548..f188e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.2.0 + +- Bump dependencies. + +**NOTE:** Unless critical issues are found, this release will be released as +1.0.0 with no other changes since it has been pretty stable for a while now, +and no API breaking changes are expected for a long while either. + ## 0.2.0-nullsafety.0 - Make package [null-safe](https://dart.dev/null-safety). diff --git a/pubspec.yaml b/pubspec.yaml index 8cae385..0fd3eab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A timer implementation that can be paused, resumed and reset. homepage: https://github.com/llucax/pausable_timer repository: https://github.com/llucax/pausable_timer -version: 0.2.0-nullsafety.0 +version: 0.2.0 environment: sdk: ">=2.12.0-0 <3.0.0"