Skip to content

Commit

Permalink
Release 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeckwith committed Sep 7, 2024
1 parent 8885f08 commit fa909bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## NEXT
## v0.5.12

* Export `Blob` newtype wrapper around `Vec<u8>` which has the Typescript type [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob).
* Replace unmaintained `proc-macro-error` dependency with `proc-macro-error2` ([#34](https://github.com/dbeckwith/rust-typescript-type-def/issues/34)).

## v0.5.10
## v0.5.11

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

Expand Down

0 comments on commit fa909bc

Please sign in to comment.