Skip to content

Commit ede50a4

Browse files
Merge pull request #50 from rustls/release-plz-2024-09-26T10-44-26Z
chore: release
2 parents 1bf91f0 + 16b8725 commit ede50a4

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ktls-sys/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.2](https://github.com/rustls/ktls/compare/ktls-sys-v1.0.1...ktls-sys-v1.0.2) - 2024-09-26
10+
11+
### Other
12+
13+
- Standardize READMEs a little
14+
- Turn ktls-sys into a workspace
15+
916
## [1.0.1](https://github.com/bearcove/ktls-sys/compare/v1.0.0...v1.0.1) - 2024-03-20
1017

1118
### Other

ktls-sys/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-sys"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rustls/ktls-sys"

ktls/CHANGELOG.md

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

3+
## [6.0.1](https://github.com/rustls/ktls/compare/ktls-v6.0.0...ktls-v6.0.1) - 2024-09-26
4+
5+
### Other
6+
7+
- Standardize READMEs a little
8+
- Turn ktls into a workspace
9+
310
## [6.0.0](https://github.com/bearcove/ktls/compare/v5.0.0...v6.0.0) - 2024-08-14
411

512
### Added

ktls/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 = "6.0.0"
3+
version = "6.0.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rustls/ktls"

0 commit comments

Comments
 (0)