Skip to content

Commit 873660c

Browse files
Release packages (#1851)
> [!IMPORTANT] > Merging this pull request will create these releases # knope 0.22.4 (2026-03-21) ## Fixes ### Update rustls-webpki to fix RUSTSEC-2026-0049 `rustls-webpki 0.103.9` contains a security vulnerability ([RUSTSEC-2026-0049](https://rustsec.org/advisories/RUSTSEC-2026-0049) / [GHSA-pwjx-qhcg-rvj4](GHSA-pwjx-qhcg-rvj4)): CRLs are not considered authoritative by Distribution Point due to faulty matching logic. Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>
1 parent 9f2bc18 commit 873660c

8 files changed

Lines changed: 17 additions & 16 deletions

File tree

.changeset/update_rustls_webpki_to_fix_rustsec_2026_0049.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ 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.4 (2026-03-21)
14+
15+
### Fixes
16+
17+
#### Update rustls-webpki to fix RUSTSEC-2026-0049
18+
19+
`rustls-webpki 0.103.9` contains a security vulnerability ([RUSTSEC-2026-0049](https://rustsec.org/advisories/RUSTSEC-2026-0049) / [GHSA-pwjx-qhcg-rvj4](https://github.com/rustls/webpki/security/advisories/GHSA-pwjx-qhcg-rvj4)): CRLs are not considered authoritative by Distribution Point due to faulty matching logic.
20+
1321
## 0.22.3 (2026-02-16)
1422

1523
### Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3
45+
version: 0.22.4
4646
- run: knope release
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.PAT }}

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

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.3
186+
version: 0.22.4
187187
```

docs/src/content/docs/recipes/1-preview-releases-with-pull-requests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
git config user.email github-actions@github.com
144144
- uses: knope-dev/action@v2.1.2
145145
with:
146-
version: 0.22.3
146+
version: 0.22.4
147147
- run: knope prepare-release --verbose
148148
env:
149149
GITHUB_TOKEN: ${{ secrets.PAT }}
@@ -219,7 +219,7 @@ release:
219219
merge-multiple: true
220220
- uses: knope-dev/action@v2.1.2
221221
with:
222-
version: 0.22.3
222+
version: 0.22.4
223223
- run: knope release
224224
env:
225225
GITHUB_TOKEN: ${{ secrets.PAT }}
@@ -311,7 +311,7 @@ jobs:
311311
merge-multiple: true
312312
- uses: knope-dev/action@v2.1.2
313313
with:
314-
version: 0.22.3
314+
version: 0.22.4
315315
- run: knope release
316316
env:
317317
GITHUB_TOKEN: ${{ secrets.PAT }}

docs/src/content/docs/recipes/workflow-dispatch-releases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Knope
4747
uses: knope-dev/action@v2.1.2
4848
with:
49-
version: 0.22.3
49+
version: 0.22.4
5050
- run: knope prepare-release --verbose
5151
name: Update versioned files and changelog
5252
- name: Store commit
@@ -125,7 +125,7 @@ jobs:
125125
- name: Install the latest Knope
126126
uses: knope-dev/action@v2.1.2
127127
with:
128-
version: 0.22.3
128+
version: 0.22.4
129129
- run: knope release --verbose
130130
env:
131131
GITHUB_TOKEN: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)