Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 2c952e4 commit 5ac0f90
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [5.1.0](https://github.com/bearcove/ktls/compare/v5.0.0...v5.1.0) - 2024-03-20

### Added
- Switch from futures to futures_util
- Add aws-lc-rs as an alias for aws_lc_rs feature
- Upgrade dependencies

### Other
- Remove Cargo.lock from .gitignore
- Upgrade ktls-sys
- Ignore .DS_Store files
- Bump tokio-rustls
- make aws_lc_rs and ring mutually exclusive for ktls
- More aws_lc_rs support
- Start adding support for aws_lc_rs

## [5.0.0](https://github.com/hapsoc/ktls/compare/v4.0.0...v5.0.0) - 2024-03-11

### Added
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 = "ktls"
version = "5.0.0"
version = "5.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/hapsoc/ktls"
Expand Down

0 comments on commit 5ac0f90

Please sign in to comment.