Skip to content

Commit

Permalink
Prepare 0.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
1wilkens committed Jun 19, 2017
1 parent d898192 commit cc9cb5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.5.2] - 2017-06-19
### Fixed
- Fixed missing null terminations in PAM `converse` function (Pull request #6)

## [0.5.1] - 2017-05-25
### Fixed
- Removed use of unstable feature `ptr_as_ref` to build on 1.5.0 again
Expand Down Expand Up @@ -72,7 +76,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Updated `users` dependency (0.4.2 -> 0.4.4)


[Unreleased]: https://github.com/1wilkens/pam-auth/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/1wilkens/pam-auth/compare/v0.5.2...HEAD
[0.5.2]: https://github.com/1wilkens/pam-auth/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/1wilkens/pam-auth/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/1wilkens/pam-auth/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/1wilkens/pam-auth/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/1wilkens/pam-auth/compare/v0.3.1...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "pam-auth"
version = "0.5.1"
version = "0.5.2"
authors = ["Florian Wilkens <gh@1wilkens.org>"]
description = "Safe Rust wrapper for PAM authentification"
repository = "https://github.com/1wilkens/pam-auth"
Expand Down

0 comments on commit cc9cb5a

Please sign in to comment.