From b4c5dec9cfaa7ad29b0cac071dbbd20b155254c7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 29 Mar 2024 10:45:59 +0000 Subject: [PATCH] chore(release): release for 2.1.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b836cc9..db328eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ - **next_version:** use dash-case for flags ([d31d7b2](commit/d31d7b2)) - **prepare_release:** no-build flag for writing no-build version ([a8d71ea](commit/a8d71ea)) +# 2.1.0 (2024-03-29) + +## Features + +- **current_version:** no-build flag ([b0d56f0](commit/b0d56f0)) +- **next_version:** use dash-case for flags ([d31d7b2](commit/d31d7b2)) +- **prepare_release:** no-build flag for writing no-build version ([a8d71ea](commit/a8d71ea)) + # 2.0.0 (2024-03-15) ## BREAKING CHANGES diff --git a/README.md b/README.md index 4cd38e6..e2d724d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ your project's own dependecies. Constrain it to a specific version to limit supply-chain exploits. ```sh -$ pub global activate release_tools 2.0.0 +$ pub global activate release_tools 2.1.0 ``` ## Scripts diff --git a/pubspec.yaml b/pubspec.yaml index ad3dfa2..d971443 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: release_tools description: A collection of scripts to help with creating releases and publishing libraries. -version: 2.0.0 +version: 2.1.0 homepage: https://github.com/asartalo/release_tools environment: