Skip to content

Commit

Permalink
Merge pull request #43 from hapsoc/release-plz-2024-03-11T12-43-15Z
Browse files Browse the repository at this point in the history
chore: release v5.0.0
  • Loading branch information
fasterthanlime authored Mar 11, 2024
2 parents c24b08b + 5a8fe0a commit 9caeed3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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

### Added
- [**breaking**] Upgrade to rustls 0.22.2
- [**breaking**] Upgrade to tokio-rustls 0.25.0

### Other
- Get rid of constrandom (it caused 'wrong type' compile error on Rust stable)
- Print backtraces in CI
- Add nix flake to have the toolchain everywhere
- 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 = "5.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/hapsoc/ktls"
Expand Down

0 comments on commit 9caeed3

Please sign in to comment.