From b39b6254b9304937c05306b413180c36689f872c Mon Sep 17 00:00:00 2001 From: Kyle Mayes Date: Tue, 13 Dec 2016 20:46:09 -0500 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0ffb3ec..4e40dee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.12.0] - UNRELEASED +## [0.12.0] - 2016-12-13 ### Changed - Altered the runtime linking API to allow for testing the presence of functions diff --git a/Cargo.toml b/Cargo.toml index 02c5bf1eb..f8e216734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "clang-sys" authors = ["Kyle Mayes "] -version = "0.11.1" +version = "0.12.0" readme = "README.md" license = "Apache-2.0"