Skip to content

Commit f947665

Browse files
authored
Merge pull request #6 from barbacane-dev/release/1.0.0
release: 1.0.0 (fork baseline)
2 parents 13f292b + a06e5bf commit f947665

8 files changed

Lines changed: 325 additions & 258 deletions

File tree

CHANGELOG.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313

1414
== Unreleased changes (barbacane-dev fork)
1515

16+
https://github.com/barbacane-dev/typify/compare/v1.0.0\...HEAD[Full list of commits]
17+
18+
== 1.0.0 (released 2026-05-13)
19+
20+
First major release of the barbacane-dev fork. Aggregates every fix and feature carried since the 0.6.1 upstream baseline. Bumped to 1.0.0 to signal that this fork is now an independent line of development with at least one wire-format breaking change.
21+
1622
=== Bug fixes
1723
* fix untagged enum variant ordering: Integer now comes before Number to prevent unreachable deserialization (#991)
1824
* generate `Default` impl for structs where all required fields have explicit defaults (#918)
@@ -42,7 +48,7 @@
4248
* `cargo typify` CLI: new `--schema-dir` flag to specify external schema directory
4349
* `cargo typify` CLI: automatic 2020-12 normalization (no flags needed)
4450

45-
https://github.com/barbacane-dev/typify/compare/v0.6.1\...HEAD[Full list of commits]
51+
https://github.com/barbacane-dev/typify/compare/v0.6.1\...v1.0.0[Full list of commits]
4652

4753
== 0.6.1 (released 2026-02-10)
4854

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ members = [
1212
resolver = "2"
1313

1414
[workspace.dependencies]
15-
typify = { version = "0.6.1", path = "typify" }
16-
typify-impl = { version = "0.6.1", path = "typify-impl" }
17-
typify-macro = { version = "0.6.1", path = "typify-macro" }
15+
typify = { version = "1.0.0", path = "typify" }
16+
typify-impl = { version = "1.0.0", path = "typify-impl" }
17+
typify-macro = { version = "1.0.0", path = "typify-macro" }
1818

1919
assert_cmd = "2.2.0"
2020
chrono = { version = "0.4.44", features = ["serde"] }

0 commit comments

Comments
 (0)