Skip to content

Commit

Permalink
chore: v0.1.1 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Sep 13, 2021
1 parent 3c4f427 commit d570566
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# v0.1.0 (2021-09-09)
# v0.1.1 (2021-09-13)

### Bug Fixes

- use http.get when client is not provided ([#7](https://github.com/VeryGoodOpenSource/pub_updater/issues/7)) ([67ec60c](https://github.com/VeryGoodOpenSource/pub_updater/commit/67ec60c6d194e845af5af77f043fe76d67b87f3b))

### Features

* implement isUpToDate and update APIs ([#1](https://github.com/VeryGoodOpenSource/pub_update/issues/1)) ([adc1312](https://github.com/VeryGoodOpenSource/pub_update/commit/adc13127067912e721849d56f334bfb7deaebde6))
- 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))
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pub_updater
description: A Dart package which enables checking whether a package is up to date.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/VeryGoodOpenSource/pub_updater

environment:
Expand Down

0 comments on commit d570566

Please sign in to comment.