Skip to content

Commit

Permalink
sasl2-sys: prepare v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jul 9, 2020
1 parent adbe7ae commit f54598c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to [Semantic
Versioning].

## [0.1.12] - 2020-07-08

* Introduce the `plain` feature to enable the PLAIN authentication method via
the `--enable-plain` configure option.

## [0.1.11] - 2020-07-02

* When the `gssapi-vendored` feature is enabled, don't link against libresolv if
Expand Down Expand Up @@ -91,6 +96,7 @@ Initial release.
[0.1.9]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.8...v0.1.9
[0.1.10]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.9...v0.1.10
[0.1.11]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.10...v0.1.11
[0.1.12]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.11...v0.1.12

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
```toml
# Cargo.toml
[dependencies]
sasl2-sys = "0.1.11"
sasl2-sys = "0.1.12"
```

[Cyrus SASL]: https://www.cyrusimap.org/sasl/
[docs]: https://docs.rs/sasl2-sys/0.1.11/sasl2-sys
[docs]: https://docs.rs/sasl2-sys/0.1.12/sasl2-sys
2 changes: 1 addition & 1 deletion sasl2-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ documentation = "https://docs.rs/sasl2-sys"
repository = "https://github.com/MaterializeInc/rust-sasl"
license = "Apache-2.0"
categories = ["external-ffi-bindings"]
version = "0.1.11"
version = "0.1.12"
edition = "2018"
links = "sasl2"

Expand Down
2 changes: 1 addition & 1 deletion sasl2-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// limitations under the License.

#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]
#![doc(html_root_url = "https://docs.rs/sasl2-sys/0.1.11")]
#![doc(html_root_url = "https://docs.rs/sasl2-sys/0.1.12")]

//! Bindings to Cyrus SASL.
//!
Expand Down

0 comments on commit f54598c

Please sign in to comment.