Loading CHANGELOG.md +8 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.10.1] - 2018-01-10 ### Added * Added a `From<ErrorStack> for ssl::Error` implementation. ## [v0.10.0] - 2018-01-10 ### Compatibility Loading Loading @@ -65,6 +71,7 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...master [v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...openssl-v0.10.1 [v0.10.0]: https://github.com/sfackler/rust-openssl/compare/v0.9.23...openssl-v0.10.0 [release tags]: https://github.com/sfackler/rust-openssl/releases No newline at end of file openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.0" version = "0.10.1" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading Loading
CHANGELOG.md +8 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,12 @@ ## [Unreleased] ## [v0.10.1] - 2018-01-10 ### Added * Added a `From<ErrorStack> for ssl::Error` implementation. ## [v0.10.0] - 2018-01-10 ### Compatibility Loading Loading @@ -65,6 +71,7 @@ Look at the [release tags] for information about older releases. [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...master [v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...openssl-v0.10.1 [v0.10.0]: https://github.com/sfackler/rust-openssl/compare/v0.9.23...openssl-v0.10.0 [release tags]: https://github.com/sfackler/rust-openssl/releases No newline at end of file
openssl/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl" version = "0.10.0" version = "0.10.1" authors = ["Steven Fackler <sfackler@gmail.com>"] license = "Apache-2.0" description = "OpenSSL bindings" Loading