Skip to content

Commit

Permalink
chore(release): release for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 29, 2024
1 parent a8d71ea commit 841441e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/release_tools_version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const releaseToolsVersion = '2.0.0';
const releaseToolsVersion = '2.1.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 841441e

Please sign in to comment.