Skip to content

Commit

Permalink
Merge tag 'v2.1.0' into development
Browse files Browse the repository at this point in the history
v2.1.0 release

Added
=====
- `SCRAM-SHA-512` and `SCRAM-SHA-512-PLUS` mechanisms were added by WenyXu

Fixed
=====
- #26 — SCRAM-SHA512 and SCRAM-SHA512-PLUS support
  The two mechanisms have been added by WenyXu, as mentioned above
  • Loading branch information
dequbed authored and github-actions[bot] committed Aug 21, 2024
2 parents e86cd69 + b1b1ef4 commit 506e95e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ release. They will however *never* happen in a patch release.

[Changes rendered on GitHub][Upcoming/diff]


# [v2.1.0] — 2024-08-21

[Changes rendered on GitHub][v2.1.0/diff]

## Added
- `SCRAM-SHA-512` and `SCRAM-SHA-512-PLUS` mechanisms were added by WenyXu

Expand Down Expand Up @@ -260,7 +265,9 @@ making this release possible.**

[Upcoming Changes]: https://github.com/dequbed/rsasl/tree/development
<!-- next-url -->
[Upcoming/diff]: https://github.com/dequbed/rsasl/compare/v2.0.2...development
[Upcoming/diff]: https://github.com/dequbed/rsasl/compare/v2.1.0...development
[v2.1.0]: https://github.com/dequbed/rsasl/releases/tag/v2.1.0
[v2.1.0/diff]: https://github.com/dequbed/rsasl/compare/v2.0.2...v2.1.0
[v2.0.2]: https://github.com/dequbed/rsasl/releases/tag/v2.0.2
[v2.0.2/diff]: https://github.com/dequbed/rsasl/compare/v2.0.1...v2.0.2
[v2.0.1]: https://github.com/dequbed/rsasl/releases/tag/v2.0.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsasl"
version = "2.0.2"
version = "2.1.0"
authors = ["Nadja Reitzenstein <[email protected]>"]
categories = ["authentication", "api-bindings", "network-programming"]
documentation = "https://docs.rs/rsasl"
Expand Down

0 comments on commit 506e95e

Please sign in to comment.