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

feat: provide new versioning mechanism #2504

Closed
wants to merge 1 commit into from

Conversation

jacderida
Copy link
Contributor

Implements the versioning scheme that was discussed and agreed.

It only uses the version from the ant-protocol crate; no keys or other external sources are provided. Only the MAJOR and MINOR parts of the version are considered. The patch version can advance without being considered.

We have discussed changing the version of other crates such that they are synchronised with this protocol version.

@jacderida jacderida force-pushed the feat-node_versioning branch 2 times, most recently from b4a4dd9 to e566654 Compare December 8, 2024 15:49
ant-protocol/src/version.rs Outdated Show resolved Hide resolved
Implements the versioning scheme that was discussed and agreed.

It only uses the version from the `ant-protocol` crate; no keys or other external sources are
provided. Only the `MAJOR` and `MINOR` parts of the version are considered. The patch version can
advance without being considered.

We have discussed changing the version of other crates such that they are synchronised with this
protocol version.
@jacderida jacderida force-pushed the feat-node_versioning branch from e566654 to aa6f4b4 Compare December 8, 2024 17:10
@jacderida
Copy link
Contributor Author

This will be implemented in another PR.

@jacderida jacderida closed this Dec 9, 2024
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