From 35bfc53e8d8638e2bf8a600c8b8c8470921a0297 Mon Sep 17 00:00:00 2001 From: ADoyle Date: Sun, 26 Feb 2023 19:16:36 +0800 Subject: [PATCH] chore: bump version to v0.4.1 --- CHANGELOG.md | 12 +++++++++++- README.md | 4 ++-- VERSION | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dfea8d..e6782bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + + + +## 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)) diff --git a/README.md b/README.md index 32edb4e..1b10903 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ``` diff --git a/VERSION b/VERSION index 1d0ba9e..267577d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.0 +0.4.1