Skip to content

Commit 3786cb5

Browse files
committedMay 26, 2022
sasl2-sys: release 0.1.20
1 parent eba02f5 commit 3786cb5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
 

‎CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Versioning].
99

1010
## [Unreleased] <!-- #release:date -->
1111

12+
## [0.1.20] - 2022-05-26
13+
1214
* Upgrade to libsasl2 v2.1.28.
1315

1416
## [0.1.19+2.1.27] - 2022-01-16
@@ -156,7 +158,8 @@ Versioning].
156158
Initial release.
157159

158160
<!-- #release:next-url -->
159-
[Unreleased]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.19+2.1.27...HEAD
161+
[Unreleased]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.20...HEAD
162+
[0.1.20]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.19+2.1.27...v0.1.20
160163
[0.1.19+2.1.27]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.18...v0.1.19+2.1.27
161164
[0.1.18]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.17...v0.1.18
162165
[0.1.17]: https://github.com/MaterializeInc/rust-sasl/compare/v0.1.16...v0.1.17

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
```toml
1414
# Cargo.toml
1515
[dependencies]
16-
sasl2-sys = "0.1.19+2.1.27"
16+
sasl2-sys = "0.1.20"
1717
```
1818

1919
[Cyrus SASL]: https://www.cyrusimap.org/sasl/
20-
[docs]: https://docs.rs/sasl2-sys/0.1.19+2.1.27/sasl2-sys
20+
[docs]: https://docs.rs/sasl2-sys/0.1.20/sasl2-sys

‎sasl2-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation = "https://docs.rs/sasl2-sys"
77
repository = "https://github.com/MaterializeInc/rust-sasl"
88
license = "Apache-2.0"
99
categories = ["external-ffi-bindings"]
10-
version = "0.1.19+2.1.27"
10+
version = "0.1.20+2.1.28"
1111
edition = "2018"
1212
links = "sasl2"
1313

0 commit comments

Comments
 (0)