Skip to content

Commit b86fd33

Browse files
dbantyGitHub
andauthored
chore: prepare release 0.13.1 (#640)
This PR was created by Knope. Merging it will create a new release ### Documentation #### There is a new docs website Check out <https://knope.tech/> to see the new docs, and please report any errors or gaps! All error messages within Knope should be updated to point to the new docs. If any are still pointed at GitHub pages (as of this version), that's a bug! As part of this, you can also now install Knope through [Chocolatey and Homebrew](https://knope.tech/installation)! Co-authored-by: GitHub <github-actions@github.com>
1 parent 5096ec7 commit b86fd33

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/there_is_a_new_docs_website.md

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

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ 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.13.1 (2023-11-05)
14+
15+
### Documentation
16+
17+
#### There is a new docs website
18+
19+
Check out <https://knope.tech/> to see the new docs, and please report any errors or gaps!
20+
All error messages within Knope should be updated to point to the new docs.
21+
If any are still pointed at GitHub pages (as of this version), that's a bug!
22+
23+
As part of this, you can also now install Knope through [Chocolatey and Homebrew](https://knope.tech/installation)!
24+
1325
## 0.13.0 (2023-10-22)
1426

1527
### 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.13.0"
4+
version = "0.13.1"
55
authors = ["Dylan Anthony <contact@dylananthony.com>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)