Skip to content

Commit df49f80

Browse files
author
Jochum van der Ploeg
authored
chore: v0.3.0 (#44)
1 parent 0a14ccd commit df49f80

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [0.3.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.4...v0.3.0) (2023-04-11)
2+
3+
### Bug Fixes
4+
5+
- avoid false negatives when the current version is a pre-release and there is a prior stable release on pub ([#41](https://github.com/VeryGoodOpenSource/pub_updater/issues/41)) ([0a14ccd](https://github.com/VeryGoodOpenSource/pub_updater/commit/0a14ccdbedac8caa130cffeb3ea355483bce64d5))
6+
17
# [0.2.4](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.3...v0.2.4) (2023-01-23)
28

39
### Features

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: pub_updater
22
description: A Dart package which enables checking whether a package is up to date.
3-
version: 0.2.4
3+
version: 0.3.0
44
homepage: https://github.com/VeryGoodOpenSource/pub_updater
55

66
environment:

0 commit comments

Comments
 (0)