Skip to content

Commit 7873260

Browse files
Release packages (#1774)
> [!IMPORTANT] > Merging this pull request will create these releases # config 0.4.2 (2026-02-16) ## Features - Build binaries for ARM Linux (#1772) # knope 0.22.3 (2026-02-16) ## Features - Build binaries for ARM Linux (#1772) # versioning 0.7.1 (2026-02-16) ## Features - Build binaries for ARM Linux (#1772) Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>
1 parent 51a06fa commit 7873260

12 files changed

Lines changed: 33 additions & 15 deletions

File tree

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.22.3 (2026-02-16)
14+
15+
### Features
16+
17+
- Build binaries for ARM Linux (#1772)
18+
1319
## 0.22.2 (2026-02-03)
1420

1521
### Features

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -12,7 +12,7 @@ deno_config = "0.71.0"
1212
deno_semver = "0.9.0"
1313
indexmap = { version = "2", features = ["serde"] }
1414
itertools = "0.14.0"
15-
knope-versioning = { path = "crates/knope-versioning", version = "0.7.0" }
15+
knope-versioning = { path = "crates/knope-versioning", version = "0.7.1" }
1616
miette = "7.2.0"
1717
regex = "1.11.0"
1818
relative-path = { version = "2.0.0", features = ["serde"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
token: ${{ secrets.PAT }}
4343
- uses: knope-dev/action@v2.1.0 # Install Knope
4444
with:
45-
version: 0.22.2
45+
version: 0.22.3
4646
- run: knope release
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.PAT }}

crates/knope-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.2 (2026-02-16)
2+
3+
### Features
4+
5+
- Build binaries for ARM Linux (#1772)
6+
17
## 0.4.1 (2026-02-03)
28

39
### Features

crates/knope-config/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-config"
33
description = "A library for handling common configuration of Knope"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
authors = ["Dylan Anthony <contact@dylananthony.com>"]
66
edition = "2024"
77
license = "MIT"

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.7.1 (2026-02-16)
2+
3+
### Features
4+
5+
- Build binaries for ARM Linux (#1772)
6+
17
## 0.7.0 (2026-01-20)
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.7.0"
4+
version = "0.7.1"
55
authors = ["Dylan Anthony <contact@dylananthony.com>"]
66
edition = "2024"
77
license = "MIT"

crates/knope/Cargo.toml

Lines changed: 2 additions & 2 deletions
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.22.2"
4+
version = "0.22.3"
55
authors = ["Dylan Anthony <contact@dylananthony.com>"]
66
edition = "2024"
77
license = "MIT"
@@ -33,7 +33,7 @@ inquire = { version = "0.9.0", default-features = false, features = [
3333
"crossterm",
3434
] }
3535
itertools = { workspace = true }
36-
knope-config = { path = "../knope-config", version = "0.4.1" }
36+
knope-config = { path = "../knope-config", version = "0.4.2" }
3737
knope-versioning = { workspace = true, features = ["miette"] }
3838
miette = { workspace = true, features = ["fancy"] }
3939
relative-path = { workspace = true }

docs/src/content/docs/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ There is an official [GitHub action](https://github.com/marketplace/actions/inst
183183
- name: Install Knope
184184
uses: knope-dev/action@v2.1.2
185185
with:
186-
version: 0.22.2
186+
version: 0.22.3
187187
```

0 commit comments

Comments
 (0)