Skip to content

Commit 650a18f

Browse files
authored
chore: prepare release 0.14.1 (#876)
1 parent 76a5cdb commit 650a18f

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/add_ignore_go_major_versioning_option.md

-12
This file was deleted.

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ 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.14.1 (2024-02-23)
14+
15+
### Features
16+
17+
#### Add `ignore_go_major_versioning` option
18+
19+
You can now set `ignore_go_major_versioning = true` for a package in
20+
`knope.toml` to turn off the major version validation & updating in `go.mod` files.
21+
22+
More details in [the new docs](https://knope.tech/reference/config-file/packages/#ignore_go_major_versioning).
23+
24+
Closes #863, thanks for the suggestion @BatmanAoD!
25+
1326
## 0.14.0 (2024-02-04)
1427

1528
### Breaking Changes

Cargo.toml

+1-1
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.14.0"
4+
version = "0.14.1"
55
authors = ["Dylan Anthony <[email protected]>"]
66
edition = "2021"
77
license = "MIT"

0 commit comments

Comments
 (0)