Skip to content

Commit

Permalink
chore(release): release for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 15, 2024
1 parent 673aae8 commit 8e51361
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.0.0 (2024-03-15)

## BREAKING CHANGES

- prepare_release command does not update license year by default ([0c35fb1](commit/0c35fb1))
- correct update year command for license files ([6ccf3c4](commit/6ccf3c4))

# 1.0.0 (2023-12-01)

## Bug Fixes
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 1.0.0
$ pub global activate release_tools 2.0.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 = '1.0.0';
const releaseToolsVersion = '2.0.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: 1.0.0
version: 2.0.0
homepage: https://github.com/asartalo/release_tools

environment:
Expand Down

0 comments on commit 8e51361

Please sign in to comment.