Skip to content

Commit

Permalink
Release 0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeckwith committed Oct 14, 2024
1 parent 17ab9de commit d1975cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## vNEXT
## v0.5.13

* Add support for `#[serde(fields_rename_all)]` ([#35](https://github.com/dbeckwith/rust-typescript-type-def/issues/35)).

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.12"
version = "0.5.13"
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.12", path = "./derive" }
typescript-type-def-derive = { version = "=0.5.13", path = "./derive" }
serde_json = { version = "1.0.128", 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.12"
version = "0.5.13"
edition = "2018"
description = "Derive procedural macro for typescript-type-def"
license = "MIT"
Expand Down

0 comments on commit d1975cb

Please sign in to comment.