Skip to content

Commit 8b3ad77

Browse files
committed
chore: Bump to 0.2.0
1 parent 28462ef commit 8b3ad77

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ 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.2.0
8+
9+
### Breaking Changes
10+
11+
- Rename to Knope, which has much more positive associations. (#161)
12+
- Allow switching between pre-release prefixes instead of erroring (e.g. -alpha.1 -> -beta.0)
13+
- `BumpVersion` now takes a `label` parameter for the `Pre` rule instead of `value`.
14+
- `UpdateProjectFromCommits` step has been renamed to `PrepareRelease`.
15+
16+
### Features
17+
18+
- Add a `--generate` option for generating a brand-new config file with a default `release` workflow. (#159)
19+
- Add top-level `--validate` and per-workflow `--dry-run` options. (#158)
20+
- Add a `dry-run` option to the `PrepareRelease` step. (#139, #137)
21+
- Add a `Release` step for generating GitHub releases. (#136)
22+
- Support pre-releases in `UpdateProjectFromCommits`. (#132)
23+
24+
### Fixes
25+
26+
- update rust crate git2 to 0.14.2 (#157)
27+
- Bump version before adding a pre-release component.
28+
- Stop parsing Markdown in Changelogs to avoid errors in unimplemented features. (#127)
29+
730
## 0.1.5
831

932
### Fixes

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.1.5"
4+
version = "0.2.0"
55
authors = ["Dylan Anthony <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)