From f071006e1b83e0b56aece14c51f234381ef64d61 Mon Sep 17 00:00:00 2001 From: Renan <6718144+renancaraujo@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:15:28 +0100 Subject: [PATCH] chore: v0.4.0 (#56) --- CHANGELOG.md | 5 +++++ pubspec.yaml | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1926871..feb229d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.0 + +- fix!: activation of package on self-hosted url ([#46](https://github.com/VeryGoodOpenSource/pub_updater/pull/46)) +- chore(deps): bump process from 4.2.4 to 5.0.0 ([#52](https://github.com/VeryGoodOpenSource/pub_updater/pull/52)) + # [0.3.1](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.3.0...v0.3.1) (2023-06-19) # [0.3.0](https://github.com/VeryGoodOpenSource/pub_updater/compare/v0.2.4...v0.3.0) (2023-04-11) diff --git a/pubspec.yaml b/pubspec.yaml index abf5f61..79e7e2c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,9 @@ name: pub_updater description: A Dart package which enables checking whether a package is up to date. -version: 0.3.1 -homepage: https://github.com/VeryGoodOpenSource/pub_updater +version: 0.4.0 +repository: https://github.com/VeryGoodOpenSource/pub_updater +issue_tracker: https://github.com/VeryGoodOpenSource/pub_updater/issues +topics: [cli, pub, version] environment: sdk: ">=3.0.0 <4.0.0"