Skip to content

Commit e9ca958

Browse files
committed
Release 0.3.0
1 parent 94477b4 commit e9ca958

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ opt-level = 1
88
debug = false
99

1010
[workspace.package]
11-
version = "0.2.2"
11+
version = "0.3.0"
1212
authors = ["Gregory Petrosyan <pgregory@pgregory.net>"]
1313
homepage = "https://github.com/flyingmutant/chaos_theory"
1414
repository = "https://github.com/flyingmutant/chaos_theory"
@@ -75,4 +75,4 @@ tinyvec = "1.10.0"
7575
xshell = "0.2.6"
7676

7777
chaos_theory_core = { path = "chaos_theory_core" }
78-
chaos_theory_derive = { version = "0.2.2", path = "chaos_theory_derive" }
78+
chaos_theory_derive = { version = "0.3.0", path = "chaos_theory_derive" }

chaos_theory/docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.3.0 (2026-02-28)
44

55
- Add optional `derive` feature with `#[derive(chaos_theory::Arbitrary)]` support.
66

0 commit comments

Comments
 (0)