Skip to content

Commit 054019c

Browse files
committed
chore: Bump to 0.4.0
1 parent 0746fc6 commit 054019c

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## 0.4.0
8+
9+
### Breaking Changes
10+
11+
- Always read all commits from previous stable release tag—not from most recent tag. This tag must be in the format v<semantic_version> (e.g., v1.2.3). If your last tag does not match that format, add a new tag before running the new version of Knope.
12+
- When creating GitHub releases, prefix the tag with `v` (e.g., `v1.2.3) as is the custom for most tools.
13+
14+
### Features
15+
16+
- Support reading commits from projects with no tags yet. (#225)
17+
- Support pulling current version from tags. (#224)
18+
- Allow the `Release` step to run without GitHub config—creating a tag on release. (#216)
19+
- Support installs from cargo-binstall
20+
21+
### Fixes
22+
23+
- update rust crate git-conventional to 0.12.0 (#203)
24+
725
## 0.4.0-rc.4
826

927
## 0.4.0-rc.3

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "knope"
33
description = "A command line tool for automating common development tasks"
4-
version = "0.4.0-rc.4"
4+
version = "0.4.0"
55
authors = ["Dylan Anthony <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)