File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Versioning].
9
9
10
10
## [ Unreleased] <!-- #release:date -->
11
11
12
+ ## [ 0.1.20] - 2022-05-26
13
+
12
14
* Upgrade to libsasl2 v2.1.28.
13
15
14
16
## [ 0.1.19+2.1.27] - 2022-01-16
@@ -156,7 +158,8 @@ Versioning].
156
158
Initial release.
157
159
158
160
<!-- #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
160
163
[ 0.1.19+2.1.27 ] : https://github.com/MaterializeInc/rust-sasl/compare/v0.1.18...v0.1.19+2.1.27
161
164
[ 0.1.18 ] : https://github.com/MaterializeInc/rust-sasl/compare/v0.1.17...v0.1.18
162
165
[ 0.1.17 ] : https://github.com/MaterializeInc/rust-sasl/compare/v0.1.16...v0.1.17
Original file line number Diff line number Diff line change 13
13
``` toml
14
14
# Cargo.toml
15
15
[dependencies ]
16
- sasl2-sys = " 0.1.19+2.1.27 "
16
+ sasl2-sys = " 0.1.20 "
17
17
```
18
18
19
19
[ 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ documentation = "https://docs.rs/sasl2-sys"
7
7
repository = " https://github.com/MaterializeInc/rust-sasl"
8
8
license = " Apache-2.0"
9
9
categories = [" external-ffi-bindings" ]
10
- version = " 0.1.19 +2.1.27 "
10
+ version = " 0.1.20 +2.1.28 "
11
11
edition = " 2018"
12
12
links = " sasl2"
13
13
You can’t perform that action at this time.
0 commit comments