Release 0.13.1.

* Support #[cfg] on individual enum variants. (#469)
This commit is contained in:
Emilio Cobos Álvarez
2020-02-09 15:47:24 +01:00
parent 5c2fab7919
commit 3b97f4ff6b
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.13.1
* Support `#[cfg]` on individual enum variants. (#469)
## 0.13.0
* Support 'swift_name' attributes on generated functions (#449)