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

bindings: release rust bindings 0.1.0 #4313

Merged
merged 3 commits into from
Dec 7, 2023
Merged

bindings: release rust bindings 0.1.0 #4313

merged 3 commits into from
Dec 7, 2023

Conversation

toidiu
Copy link
Contributor

@toidiu toidiu commented Dec 6, 2023

Description of changes:

Rust Bindings version bump for 0.1.0 release

Note: this is a minor bump because we want customers to be able to get non-breaking patch version bumps in the future.

https://doc.rust-lang.org/cargo/reference/resolver.html#semver-compatibility

Versions are considered compatible if their left-most non-zero major/minor/patch component is the same. For example, 1.0.3 and 1.1.0 are considered compatible, and thus it should be safe to update from the older release to the newer one. However, an update from 1.1.0 to 2.0.0 would not be allowed to be made automatically. This convention also applies to versions with leading zeros. For example, 0.1.0 and 0.1.2 are compatible, but 0.1.0 and 0.2.0 are not. Similarly, 0.0.1 and 0.0.2 are not compatible.

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

@github-actions github-actions bot added the s2n-core team label Dec 6, 2023
@toidiu toidiu marked this pull request as ready for review December 6, 2023 22:04
@toidiu toidiu enabled auto-merge (squash) December 6, 2023 23:44
@dougch dougch self-requested a review December 6, 2023 23:50
Copy link
Contributor

@dougch dougch left a comment

Choose a reason for hiding this comment

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

Is there a comment somewhere about why we choose a minor ver bump ?

@toidiu
Copy link
Contributor Author

toidiu commented Dec 7, 2023

Is there a comment somewhere about why we choose a minor ver bump ?

Added an excerpt in the description

@toidiu toidiu merged commit b5d8560 into aws:main Dec 7, 2023
28 checks passed
@toidiu toidiu deleted the ak-release branch December 7, 2023 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants