Skip to content

Commit ba690c5

Browse files
Release packages (#1369)
> [!IMPORTANT] > Merging this pull request will create these releases # knope 0.19.0 (2025-03-23) ## Breaking Changes ### Updated config locations Knope is internally using a newer crate for storing persistent config, so some things (like GitHub tokens) may need to be updated on next run. ## Documentation ### Document creating releases with Knope Bot [Knope Bot can make creating releases easier than ever now!](https://knope.tech/tutorials/bot-workflow/) Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>
1 parent c4c688c commit ba690c5

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

.changeset/doc_creating_releases.md

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

.changeset/updated_config_locations.md

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

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ 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.19.0 (2025-03-23)
14+
15+
### Breaking Changes
16+
17+
#### Updated config locations
18+
19+
Knope is internally using a newer crate for storing persistent config, so some things (like GitHub tokens) may need to
20+
be updated on next run.
21+
22+
### Documentation
23+
24+
#### Document creating releases with Knope Bot
25+
26+
[Knope Bot can make creating releases easier than ever now!](https://knope.tech/tutorials/bot-workflow/)
27+
1328
## 0.18.5 (2025-03-12)
1429

1530
### 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.

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

0 commit comments

Comments
 (0)