Skip to content

Commit e260eda

Browse files
Release packages (#1151)
> [!IMPORTANT] > Merging this pull request will create these releases # versioning 0.2.0 (2024-08-10) ## Breaking Changes - Move HeaderLevel to internal, parse with Changelog::new ## Features - `impl From<ReleaseTag> for String` --------- Co-authored-by: knope-bot-test[bot] <150975753+knope-bot-test[bot]@users.noreply.github.com> Co-authored-by: Dylan Anthony <[email protected]>
1 parent aa4f76d commit e260eda

6 files changed

+13
-13
lines changed

.changeset/impl_fromreleasetag_for_string.md

-5
This file was deleted.

.changeset/move_headerlevel_to_internal_parse_with_changelognew.md

-5
This file was deleted.

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ strip = true
99
[workspace.dependencies]
1010
changesets = { version = "0.3.0" }
1111
itertools = "0.13.0"
12-
knope-versioning = { path = "crates/knope-versioning", version = "0.1.0" }
12+
knope-versioning = { path = "crates/knope-versioning", version = "0.2.0" }
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

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.2.0 (2024-08-10)
2+
3+
### Breaking Changes
4+
5+
- Move HeaderLevel to internal, parse with Changelog::new
6+
7+
### Features
8+
9+
- `impl From<ReleaseTag> for String`
10+
111
## 0.1.0 (2024-08-04)
212

313
### Breaking Changes

crates/knope-versioning/Cargo.toml

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

0 commit comments

Comments
 (0)