Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 11, 2024
1 parent 3ed1eb9 commit 83f068c
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

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

### Other
- TLS 1.3 codepath still does the right thing in rustls 0.22.2
- backtraces in CI
- Fix integration test compile errors
- rustls 0.22 support
- Get rid of constrandom
- Add flake to have the toolchain anywhere
- Re-add Cargo.lock as per updated best practices
- Disable incremental compilation
- Remove token
- Install missing tools
- Use the sccache action
- Just straight up try running it on GitHub-hosted runners

## [4.0.0](https://github.com/hapsoc/ktls/compare/v3.0.2...v4.0.0) - 2023-10-08

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

0 comments on commit 83f068c

Please sign in to comment.