Skip to content

Commit

Permalink
version 1 (#8)
Browse files Browse the repository at this point in the history
We've used it in prod for more than one year with zero problem.
It's feature complete and there's no pending request.
There's no reason not to call it a V1.
  • Loading branch information
Canop authored Feb 26, 2024
1 parent 3fa31cb commit 8071c1c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v1.0.0 - 2024-02-26
<a name="1.0.0"></a>
- Kind is complete and has been used with no know issue for more than a year

### v0.3.0 - 2024-02-16
<a name="0.3.0"></a>
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["kind_proc"]

[package]
name = "kind"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
rust-version = "1.65"
description = "Costless typed identifiers backed by UUID, with kind readable in serialized versions"
Expand All @@ -22,7 +22,7 @@ serde = ["dep:serde", "dep:serde_json"]
sqlx = ["dep:sqlx"]

[dependencies]
kind_proc = { path = "kind_proc", version = "0.3.0" }
kind_proc = { path = "kind_proc", version = "1.0.0" }
schemars = { optional = true, version = "0.8.16" }
serde = { optional = true, version = "1.0", features = ["derive"] }
serde_json = { optional = true, version = "1.0" }
Expand Down
2 changes: 1 addition & 1 deletion kind_proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kind_proc"
version = "0.3.0"
version = "1.0.0"
edition = "2021"
rust-version = "1.65"
description = "procedural macro for the 'kind' crate"
Expand Down

0 comments on commit 8071c1c

Please sign in to comment.