Skip to content

Commit

Permalink
Release 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeckwith committed Feb 9, 2024
1 parent 4a0719c commit 6ff9364
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## v0.5.10

* Add `TypeDef` impl for `Ipv4Addr` and `Ipv6Addr` ([#31](https://github.com/dbeckwith/rust-typescript-type-def/pull/31)).

## v0.5.10

* Add `TypeDef` impl for `char` ([#30](https://github.com/dbeckwith/rust-typescript-type-def/pull/30)).

## v0.5.9
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "typescript-type-def"
version = "0.5.10"
version = "0.5.11"
edition = "2018"
description = "Generate TypeScript type definitions for Rust types"
license = "MIT"
Expand All @@ -27,7 +27,7 @@ include = [
json_value = ["serde_json"]

[dependencies]
typescript-type-def-derive = { version = "=0.5.10", path = "./derive" }
typescript-type-def-derive = { version = "=0.5.11", path = "./derive" }
serde_json = { version = "1.0.64", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "typescript-type-def-derive"
version = "0.5.10"
version = "0.5.11"
edition = "2018"
description = "Derive procedural macro for typescript-type-def"
license = "MIT"
Expand Down

0 comments on commit 6ff9364

Please sign in to comment.