diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f550e5..032114f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Changelog + +## 3.0.1 (1 December 2023) + +- update windows-sys, fix `sa_family_t` on windows + ## 3.0.0 (21 October 2023) - Switch from `winapi` to `windows-sys` diff --git a/Cargo.toml b/Cargo.toml index b85384a..c08adac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "c-types" license = "MIT" -version = "3.0.0" +version = "3.0.1" authors = ["David Hotham"] description = """ Re-exports of cross-platform types, gathered from libc and winapi