Skip to content

Commit c3cc98d

Browse files
Release packages (#1355)
> [!IMPORTANT] > Merging this pull request will create these releases # versioning 0.3.3 (2025-03-12) ## Features ### Add versioning support for `gleam.toml` files #1352 by @dbanty Closes #1350 # knope 0.18.5 (2025-03-12) ## Features ### Add versioning support for `gleam.toml` files #1352 by @dbanty Closes #1350 Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com>
1 parent 8e780cf commit c3cc98d

File tree

7 files changed

+25
-15
lines changed

7 files changed

+25
-15
lines changed

.changeset/add_versioning_support_for_gleamtoml_files.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ 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.18.5 (2025-03-12)
14+
15+
### Features
16+
17+
#### Add versioning support for `gleam.toml` files
18+
19+
##1352 by @dbanty
20+
21+
Closes #1350
22+
1323
## 0.18.4 (2025-03-08)
1424

1525
### Features

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -9,7 +9,7 @@ strip = true
99
[workspace.dependencies]
1010
changesets = "0.4.0"
1111
itertools = "0.14.0"
12-
knope-versioning = { path = "crates/knope-versioning", version = "0.3.2" }
12+
knope-versioning = { path = "crates/knope-versioning", version = "0.3.3" }
1313
miette = "7.2.0"
1414
relative-path = { version = "1.9.3", features = ["serde"] }
1515
serde = { version = "1.0.200", features = ["derive"] }

crates/knope-versioning/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.3.3 (2025-03-12)
2+
3+
### Features
4+
5+
#### Add versioning support for `gleam.toml` files
6+
7+
##1352 by @dbanty
8+
9+
Closes #1350
10+
111
## 0.3.2 (2025-03-08)
212

313
### Features

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

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

0 commit comments

Comments
 (0)