Skip to content

Commit

Permalink
Release packages (#1151)
Browse files Browse the repository at this point in the history
> [!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 <dbanty@users.noreply.github.com>
  • Loading branch information
knope-bot-test[bot] and dbanty committed Aug 10, 2024
1 parent aa4f76d commit e260eda
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/impl_fromreleasetag_for_string.md

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ strip = true
[workspace.dependencies]
changesets = { version = "0.3.0" }
itertools = "0.13.0"
knope-versioning = { path = "crates/knope-versioning", version = "0.1.0" }
knope-versioning = { path = "crates/knope-versioning", version = "0.2.0" }
miette = "7.2.0"
relative-path = { version = "1.9.3", features = ["serde"] }
serde = { version = "1.0.200", features = ["derive"] }
Expand Down
10 changes: 10 additions & 0 deletions crates/knope-versioning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.2.0 (2024-08-10)

### Breaking Changes

- Move HeaderLevel to internal, parse with Changelog::new

### Features

- `impl From<ReleaseTag> for String`

## 0.1.0 (2024-08-04)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/knope-versioning/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "knope-versioning"
description = "A library for handling all the versioned files supported by Knope"
version = "0.1.0"
version = "0.2.0"
authors = ["Dylan Anthony <contact@dylananthony.com>"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit e260eda

Please sign in to comment.