diff --git a/CHANGELOG.md b/CHANGELOG.md index d2253269..540af4e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.4.3 + +### Features + +- `prerelease_label` can be set at runtime with `--prerelease-label` or `KNOPE_PRERELEASE_LABEL`. (#247) + ## 0.4.2 ### Features diff --git a/Cargo.toml b/Cargo.toml index a36df9ee..1a198bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "knope" description = "A command line tool for automating common development tasks" -version = "0.4.2" +version = "0.4.3" authors = ["Dylan Anthony "] edition = "2021" license = "MIT"