Skip to content

Commit

Permalink
chore(release): release for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 11, 2022
1 parent 60b426b commit f6d7b74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.3.1 (2022-02-11)

## Features

- **update_version:** set the file to update ([104e677](commit/104e677))

# 0.3.0 (2022-01-26)

## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If your project needs are typical, you probably only need `prepare_release`. How
I recommend installing `release_tools` globally so that it won't interfere with your project's own dependecies. Constrain it to a specific version to limit supply-chain exploits.

```sh
$ pub global activate release_tools 0.2.5
$ pub global activate release_tools 0.3.1
```

## 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: 0.3.0
version: 0.3.1
homepage: https://github.com/asartalo/release_tools

environment:
Expand Down

0 comments on commit f6d7b74

Please sign in to comment.