From 13051393b343b9800d6fefb3a3518bd00739c49a Mon Sep 17 00:00:00 2001 From: "Gary M. Josack" Date: Wed, 29 Aug 2018 12:14:28 -0700 Subject: [PATCH] Release 0.3.4 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b3712a..a9ad012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.3.4] - 2018-08-29 + +### Fixed +- Fixed bug where i8 was passed to libc::lstat instead of c_char + ## [0.3.3] - 2018-07-01 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index c5fd324..c17f5bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sysconf" -version = "0.3.3" +version = "0.3.4" authors = ["Gary M. Josack , Joshua Liebow-Feeser "] repository = "https://github.com/zerocostgoods/sysconf.rs" documentation = "https://docs.rs/sysconf" diff --git a/README.md b/README.md index d4f9e12..70eda5f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -sysconf = "0.3.3" +sysconf = "0.3.4" ``` and this to your crate root: