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 a825114 commit b4c5dec
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 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 b4c5dec

Please sign in to comment.