From beabec33e60efe35a19ac629222152ca13470ad6 Mon Sep 17 00:00:00 2001 From: sebthom Date: Mon, 12 Feb 2024 12:42:59 +0100 Subject: [PATCH] v4.2.0 --- .ci/release-trigger.sh | 2 +- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.ci/release-trigger.sh b/.ci/release-trigger.sh index ff6ce63..5720cf1 100644 --- a/.ci/release-trigger.sh +++ b/.ci/release-trigger.sh @@ -1,4 +1,4 @@ # this file is evaluated by .ci/build.sh - RELEASE_VERSION="4.1.0" # if version pubspec.yaml contains this version, then perform a release + RELEASE_VERSION="4.2.0" # if version pubspec.yaml contains this version, then perform a release NEXT_DEV_VERSION="4.1.1-SNAPSHOT" # increment to this dev version diff --git a/CHANGELOG.md b/CHANGELOG.md index c320026..5b15e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.2.0] - 2024-02-12 + +### Changed +- support vm_service 14.x + ## [4.1.0] - 2023-10-26 diff --git a/pubspec.yaml b/pubspec.yaml index 830022d..98255b5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ # https://dart.dev/tools/pub/pubspec name: hotreloader -version: 4.1.1-SNAPSHOT +version: 4.2.0 description: > Automatic hot code reloader for Dart projects that monitors the source files of a Dart