From 5cec47de76dd06b3d3dae97e5318660ed35a7701 Mon Sep 17 00:00:00 2001 From: Kyle Mayes Date: Wed, 29 Mar 2017 16:41:36 -0400 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 ae2de9c3d..1e2da0643 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.15.1] - UNRELEASED +## [0.15.1] - 2017-03-29 ### Fixed - Fixed static linking when libraries are in [different directories](https://github.com/KyleMayes/clang-sys/issues/50) diff --git a/Cargo.toml b/Cargo.toml index 403eb7896..d4e8da4c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "clang-sys" authors = ["Kyle Mayes "] -version = "0.15.0" +version = "0.15.1" readme = "README.md" license = "Apache-2.0"