Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gmjosack committed Aug 29, 2018
1 parent 796409c commit 1305139
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sysconf"
version = "0.3.3"
version = "0.3.4"
authors = ["Gary M. Josack <[email protected]>, Joshua Liebow-Feeser <[email protected]>"]
repository = "https://github.com/zerocostgoods/sysconf.rs"
documentation = "https://docs.rs/sysconf"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1305139

Please sign in to comment.