Skip to content

Commit 58d0c98

Browse files
Release packages (#1505)
> [!IMPORTANT] > Merging this pull request will create these releases # versioning 0.5.1 (2025-08-10) ## Features - Support `workspace.package.version` in Cargo.toml # knope 0.21.2 (2025-08-10) ## Features - Support `workspace.package.version` in Cargo.toml Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>
1 parent 22e0530 commit 58d0c98

7 files changed

Lines changed: 17 additions & 11 deletions

File tree

.changeset/support_workspacepackageversion_in_cargotoml.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ The results are changes to the current directory, calls to external commands, an
1010
Notably, anything written to standard output or standard error
1111
(what you see in the terminal) is _not_ considered part of the public API and may change between any versions.
1212

13+
## 0.21.2 (2025-08-10)
14+
15+
### Features
16+
17+
- Support `workspace.package.version` in Cargo.toml
18+
1319
## 0.21.1 (2025-08-10)
1420

1521
### Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ strip = true
1010
changesets = "0.4.0"
1111
indexmap = { version = "2", features = ["serde"] }
1212
itertools = "0.14.0"
13-
knope-versioning = { path = "crates/knope-versioning", version = "0.5.0" }
13+
knope-versioning = { path = "crates/knope-versioning", version = "0.5.1" }
1414
miette = "7.2.0"
1515
relative-path = { version = "2.0.0", features = ["serde"] }
1616
serde = { version = "1.0.200", features = ["derive"] }

crates/knope-versioning/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.5.1 (2025-08-10)
2+
3+
### Features
4+
5+
- Support `workspace.package.version` in Cargo.toml
6+
17
## 0.5.0 (2025-08-10)
28

39
### Breaking Changes

crates/knope-versioning/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-versioning"
33
description = "A library for handling all the versioned files supported by Knope"
4-
version = "0.5.0"
4+
version = "0.5.1"
55
authors = ["Dylan Anthony <contact@dylananthony.com>"]
66
edition = "2024"
77
license = "MIT"

crates/knope/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.21.1"
4+
version = "0.21.2"
55
authors = ["Dylan Anthony <contact@dylananthony.com>"]
66
edition = "2024"
77
license = "MIT"

0 commit comments

Comments
 (0)