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

chore: release 1.26.0 #1920

Merged
merged 3 commits into from
Aug 18, 2023
Merged

chore: release 1.26.0 #1920

merged 3 commits into from
Aug 18, 2023

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Aug 17, 2023

Description of changes:

This bumps the crate versions for the v1.26.0 release.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dougch dougch marked this pull request as ready for review August 18, 2023 19:32
@@ -25,7 +25,7 @@ bolero-generator = { version = "0.9", optional = true }
cfg-if = "1"
futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true }
lazy_static = { version = "1", optional = true }
s2n-quic-core = { version = "=0.25.0", path = "../s2n-quic-core", default-features = false }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you'll need to bump the version on line 3

@@ -19,8 +19,8 @@ bytes = { version = "1", default-features = false }
errno = "0.3"
libc = "0.2"
s2n-codec = { version = "=0.6.1", path = "../../common/s2n-codec", default-features = false }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like s2n-codec had some changes since the last release, so that should get a bump too

quic/s2n-quic/Cargo.toml Outdated Show resolved Hide resolved
@@ -19,7 +19,7 @@ bitflags = "2"
errno = "0.3"
libc = "0.2"
s2n-codec = { version = "=0.6.1", path = "../../../common/s2n-codec" }
s2n-quic-core = { version = "=0.25.0", path = "../../../quic/s2n-quic-core" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to bump the version on line 3

@dougch dougch merged commit e6402b7 into main Aug 18, 2023
131 checks passed
@dougch dougch deleted the rel_026 branch August 18, 2023 22:30
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