Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.2.1 release preparation #36

Merged
merged 1 commit into from
Jun 28, 2024
Merged

0.2.1 release preparation #36

merged 1 commit into from
Jun 28, 2024

Conversation

cpu
Copy link
Member

@cpu cpu commented Jun 28, 2024

Releasing the changes since 0.2.0.

Proposed release notes

  • Added initial support for the SSL_CONF_* API family and a subset of the available configuration commands. This allows use of the ssl_conf_command Nginx 1.19.4+ directive.
  • Added initial support for TLS session tickets and associated APIs for disabling their use, and configuring the number of tickets sent to a peer.

@cpu cpu self-assigned this Jun 28, 2024
@ctz
Copy link
Member

ctz commented Jun 28, 2024

I guess this could be 0.3.0 actually?

@cpu
Copy link
Member Author

cpu commented Jun 28, 2024

I guess this could be 0.3.0 actually?

What's your thinking here? I was assuming we wanted to treat this similar to Cargo and assume the major version as the left-most non-zero component. There's no breaking changes and so we'd only increment the last component. 🤔

@ctz
Copy link
Member

ctz commented Jun 28, 2024

Ah, I was thinking because this wasn't shipped as a crate, the version is a plain semver (ie, major.minor.patch irrespective of whether major is non-zero). I would be happy either way, honestly. Shall we stick with the cargo semantics?

@cpu
Copy link
Member Author

cpu commented Jun 28, 2024

I would be happy either way, honestly. Shall we stick with the cargo semantics?

I also don't feel strongly so in the absence of any new input I think we should stick with cargo semantics to avoid having to special case this repo vs the others 👍

@cpu cpu merged commit c114451 into rustls:main Jun 28, 2024
14 checks passed
@cpu cpu deleted the cpu-0.2.1 branch June 28, 2024 17:47
@cpu
Copy link
Member Author

cpu commented Jun 28, 2024

  • Created v/0.2.1 tag.
  • Created 0.2.1 github release
  • Attached rustls-libssl_0.2.1_amd64.deb from make package PROFILE=release (renamed to rustls-libssl_amd64.deb to match previous releases)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants