From da6280de7ef5f5e7dde7e63ea00fb6df26eda601 Mon Sep 17 00:00:00 2001 From: Kyle Mayes Date: Wed, 11 Oct 2017 16:32:38 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0512c83ed..f8a496b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [0.21.0] - 2017-10-11 + +### Changed +* Replaced `bitflags` usage with constants which avoids crashes on 32-bit Linux platforms + ## [0.20.1] - 2017-09-16 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 0eacbc0f5..6ea2b93d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "clang-sys" authors = ["Kyle Mayes "] -version = "0.20.1" +version = "0.21.0" readme = "README.md" license = "Apache-2.0"