Skip to content

Commit

Permalink
chore: bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Feb 26, 2023
1 parent 943b6ef commit 35bfc53
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ The versions follow the rules of [Semantic Versioning 2.0.0](https://semver.org/

## [Unreleased]

[Full Changes](https://github.com/adoyle-h/makefile-utils/compare/v0.4.0...HEAD)
[Full Changes](https://github.com/adoyle-h/makefile-utils/compare/v0.4.1...HEAD)


<a name="v0.4.1"></a>
## v0.4.1 (2023-02-26 19:14:48 +08:00)

[Full Changes](https://github.com/adoyle-h/makefile-utils/compare/v0.4.0...v0.4.1)

### Bug Fixes

- OUTPUT can be relative path for bin/makefile-utils ([943b6ef](https://github.com/adoyle-h/makefile-utils/commit/943b6ef33eed111546c91bd6bd477b0a352faf78))


<a name="v0.4.0"></a>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can install it by `curl` or `git`.
### Curl

```sh
VERSION=v0.4.0
VERSION=v0.4.1
curl -LO "https://github.com/adoyle-h/makefile-utils/releases/download/$VERSION/makefile-utils.tgz{,.md5}"

# Check files integrity
Expand All @@ -33,7 +33,7 @@ tar -xzf ./makefile-utils.tgz
### Git

```sh
VERSION=v0.4.0
VERSION=v0.4.1
git clone --depth 1 --branch "$VERSION" https://github.com/adoyle-h/makefile-utils.git
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1

0 comments on commit 35bfc53

Please sign in to comment.