Skip to content

Commit 5d64ad0

Browse files
committed
Prepare v0.5.0
1 parent b3d17bb commit 5d64ad0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.5.0 - 2026-02-xx
1+
## v0.5.0 - 2026-02-03
22
- Add `skip_derive` attribute to opt out of default trait implementations (fixes #19).
33
- Add `attrs` attribute to pass extra attributes to the generated kind enum (e.g., `#[kinded(attrs(serde(rename_all = "snake_case")))]`)
44
- Add per-variant `attrs` attribute to pass attributes to individual kind variants (e.g., `#[kinded(attrs(default))]`) (fixes #22)

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.

kinded/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kinded"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55
authors = ["Serhii Potapov <blake131313@gmail.com>"]
66

@@ -16,4 +16,4 @@ categories = ["data-structures", "rust-patterns"]
1616
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1717

1818
[dependencies]
19-
kinded_macros = { version = "0.4.1", path = "../kinded_macros" }
19+
kinded_macros = { version = "0.5.0", path = "../kinded_macros" }

kinded_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kinded_macros"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55
authors = ["Serhii Potapov <blake131313@gmail.com>"]
66

0 commit comments

Comments
 (0)