Skip to content

Commit

Permalink
Merge pull request #45 from bearcove/release-plz-2024-03-11T15-53-00Z
Browse files Browse the repository at this point in the history
chore: release v6.0.0
  • Loading branch information
fasterthanlime authored Aug 14, 2024
2 parents 082c1a3 + f31acd5 commit add1516
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [6.0.0](https://github.com/bearcove/ktls/compare/v5.0.0...v6.0.0) - 2024-08-14

### Added
- [**breaking**] Upgrade other dependencies
- [**breaking**] Upgrade to tokio-rustls 0.26.0, remove unused trait
- Migrate from ktls-recvmsg to nix 0.28
- Switch from futures to futures_util
- Add aws-lc-rs as an alias for aws_lc_rs feature
- Upgrade dependencies

### Fixed
- Upgrade to Rust 1.80.1
- Remove nix stuff

### Other
- Bump rustls from 0.23.2 to 0.23.5
- 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 = "6.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bearcove/ktls"
Expand Down

0 comments on commit add1516

Please sign in to comment.