diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cc02b9..b836cc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 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 198c702..f0ba134 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/lib/release_tools_version.dart b/lib/release_tools_version.dart index 072404b..0d12248 100644 --- a/lib/release_tools_version.dart +++ b/lib/release_tools_version.dart @@ -1 +1 @@ -const releaseToolsVersion = '2.0.0'; +const releaseToolsVersion = '2.1.0'; 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: