* Update MSRV to 1.54.0
      * Update clap to 3.1.
      * Update heck to 0.4.0
      * unraw identifiers
      * Honor documentation_length in Cython.
      * Add documentation_style to with short and full options
      * Map RawFd to Int
      * Respect remove_underscores config when prefixing name to enum
This commit is contained in:
Emilio Cobos Álvarez
2022-03-25 18:52:23 +01:00
parent d4e508d6d1
commit b3de1dc4b4
3 changed files with 13 additions and 2 deletions
+11
View File
@@ -1,3 +1,14 @@
## 0.21.0
* Update MSRV to 1.54.0
* Update clap to 3.1.
* Update heck to 0.4.0
* unraw identifiers
* Honor documentation_length in Cython.
* Add documentation_style to with short and full options
* Map RawFd to Int
* Respect remove_underscores config when prefixing name to enum
## 0.20.0
* Add Builder::with_using_namespaces. (#688)