Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: v0.2.3 #34

Merged
merged 1 commit into from Nov 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 13 additions & 10 deletions 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

Expand All @@ -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))
2 changes: 1 addition & 1 deletion 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:
Expand Down