diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bcf94..984f403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,31 @@ -# v0.2.2 (2021-11-16) +# [0.2.3](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.2...v0.2.3) (2022-11-17) + +### Features + +- add dependabot ([#26](https://github.com/VeryGoodOpenSource/pub_updater/issues/26)) ([3dca646](https://github.com/VeryGoodOpenSource/pub_updater/commit/3dca64625454fb18f2f4ff01b312b001d2d7d2e2)) +- support custom base urls ([#33](https://github.com/VeryGoodOpenSource/pub_updater/issues/33)) ([682c6dd](https://github.com/VeryGoodOpenSource/pub_updater/commit/682c6dd424bc1d4dc8a128246f7212a89a24e99d)) + +## [0.2.2](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.1...v0.2.2) (2021-11-16) ### Bug Fixes - widen dart compatibility ([#20](https://github.com/VeryGoodOpenSource/pub_updater/issues/20)) ([20358a3](https://github.com/VeryGoodOpenSource/pub_updater/commit/20358a3f263d6d7bb95600d2cf99cb35d103b319)) -# v0.2.1 (2021-10-13) +## [0.2.1](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.0...v0.2.1) (2021-10-13) ### Bug Fixes - use /api/packages to fetch latest version ([#17](https://github.com/VeryGoodOpenSource/pub_updater/issues/17)) ([23dc699](https://github.com/VeryGoodOpenSource/pub_updater/commit/23dc699104ed137bd536daf99976a78462521fcd)) -# v0.2.0 (2021-10-12) +# [0.2.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.1.1...v0.2.0) (2021-10-12) ### Features - add getLatestVersion ([#14](https://github.com/VeryGoodOpenSource/pub_updater/issues/14)) ([b092f77](https://github.com/VeryGoodOpenSource/pub_updater/commit/b092f7709a9a1796d77bf4d265f385f420f1d4d6)) -# v0.1.1 (2021-09-13) +## [0.1.1](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.1.0...v0.1.1) (2021-09-13) + +# [0.1.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/adc13127067912e721849d56f334bfb7deaebde6...v0.1.0) (2021-09-13) ### Bug Fixes @@ -25,9 +34,3 @@ ### Features - implement isUpToDate and update APIs ([#1](https://github.com/VeryGoodOpenSource/pub_updater/issues/1)) ([adc1312](https://github.com/VeryGoodOpenSource/pub_updater/commit/adc13127067912e721849d56f334bfb7deaebde6)) - -# v0.1.0 (2021-09-09) - -### Features - -- implement isUpToDate and update APIs ([#1](https://github.com/VeryGoodOpenSource/pub_update/issues/1)) ([adc1312](https://github.com/VeryGoodOpenSource/pub_update/commit/adc13127067912e721849d56f334bfb7deaebde6)) diff --git a/pubspec.yaml b/pubspec.yaml index f511d8f..36515cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: pub_updater description: A Dart package which enables checking whether a package is up to date. -version: 0.2.2 +version: 0.2.3 homepage: https://github.com/VeryGoodOpenSource/pub_updater environment: