Skip to content

Commit add1516

Browse files
Merge pull request #45 from bearcove/release-plz-2024-03-11T15-53-00Z
chore: release v6.0.0
2 parents 082c1a3 + f31acd5 commit add1516

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [6.0.0](https://github.com/bearcove/ktls/compare/v5.0.0...v6.0.0) - 2024-08-14
4+
5+
### Added
6+
- [**breaking**] Upgrade other dependencies
7+
- [**breaking**] Upgrade to tokio-rustls 0.26.0, remove unused trait
8+
- Migrate from ktls-recvmsg to nix 0.28
9+
- Switch from futures to futures_util
10+
- Add aws-lc-rs as an alias for aws_lc_rs feature
11+
- Upgrade dependencies
12+
13+
### Fixed
14+
- Upgrade to Rust 1.80.1
15+
- Remove nix stuff
16+
17+
### Other
18+
- Bump rustls from 0.23.2 to 0.23.5
19+
- Remove Cargo.lock from .gitignore
20+
- Upgrade ktls-sys
21+
- Ignore .DS_Store files
22+
- Bump tokio-rustls
23+
- make aws_lc_rs and ring mutually exclusive for ktls
24+
- More aws_lc_rs support
25+
- Start adding support for aws_lc_rs
26+
327
## [5.0.0](https://github.com/hapsoc/ktls/compare/v4.0.0...v5.0.0) - 2024-03-11
428

529
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ktls"
3-
version = "5.0.0"
3+
version = "6.0.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/bearcove/ktls"

0 commit comments

Comments
 (0)