Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Oct 26, 2023
1 parent ac6f51a commit 0f18a24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/release-trigger.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this file is evaluated by .ci/build.sh

RELEASE_VERSION="3.0.6" # if version pubspec.yaml contains this version, then perform a release
NEXT_DEV_VERSION="3.0.7-SNAPSHOT" # increment to this dev version
RELEASE_VERSION="4.1.0" # if version pubspec.yaml contains this version, then perform a release
NEXT_DEV_VERSION="4.1.1-SNAPSHOT" # increment to this dev version
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [4.1.0] - 2023-10-26

### Changed
- support vm_service 12.x and 13.x


## [4.0.0] - 2023-09-18

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://dart.dev/tools/pub/pubspec
name: hotreloader
version: 4.0.1-SNAPSHOT
version: 4.1.0

description: >
Automatic hot code reloader for Dart projects that monitors the source files of a Dart
Expand Down

0 comments on commit 0f18a24

Please sign in to comment.