Skip to content

Commit 5bc40df

Browse files
committed
chore: prepare release 0.11.0
1 parent 4163526 commit 5bc40df

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

.changeset/fix_commit_resolution.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/fix_tag_resolution.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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.11.0 (2023-09-13)
8+
9+
### Breaking Changes
10+
11+
#### Ignore unreachable tags when determining version
12+
13+
PR #574 fixes issue #505 from @BatmanAoD.
14+
15+
Previously, the latests tags were always used to determine the current version, **even if those tags were not reachable from `HEAD`**. Now, only reachable tags will be considered. Use the `--verbose` flag to see tags which are being ignored.
16+
17+
### Fixes
18+
19+
#### Consistent commit selection in branching histories
20+
21+
PR #574 fixes issue #505 from @BatmanAoD.
22+
23+
Previous versions of Knope did not handle branching histories correctly. In some cases, this could result in commits from previous stable releases being included in a new release. It could _also_ result in missing some commits that _should_ have been included. This has been fixed—Knope should provide you the same commit list that `git rev-list {previous_stable_tag}..HEAD` would.
24+
725
## 0.10.0 (2023-09-09)
826

927
### Breaking Changes

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.10.0"
4+
version = "0.11.0"
55
authors = ["Dylan Anthony <contact@dylananthony.com>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)