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

Version in Cargo.toml is inconsistent with the release #324

Closed
archerny opened this issue Oct 20, 2022 · 0 comments · Fixed by #325
Closed

Version in Cargo.toml is inconsistent with the release #324

archerny opened this issue Oct 20, 2022 · 0 comments · Fixed by #325
Assignees
Labels
bug Something isn't working

Comments

@archerny
Copy link
Contributor

archerny commented Oct 20, 2022

Describe this problem

We are going to release a new version 0.4.0, however, I found that the version field in Cargo.toml is still 0.1.0. And besides that , version field in previous releases were inconsistent too.

Steps to reproduce

Cargo.toml

[package]
name = "ceresdb"
version = "0.1.0"
authors = ["CeresDB Authors <ceresdbservice@gmail.com>"]
edition = "2021"

Current output of build.rs is shown below:

cargo:rustc-env=VERGEN_BUILD_TIMESTAMP=2022-10-19T16:55:23.452301+00:00
cargo:rustc-env=VERGEN_BUILD_SEMVER=0.1.0
cargo:rustc-env=VERGEN_GIT_BRANCH=main
cargo:rustc-env=VERGEN_GIT_COMMIT_TIMESTAMP=2022-10-19T07:25:54+00:00
cargo:rustc-env=VERGEN_GIT_SEMVER=0.1.0
cargo:rustc-env=VERGEN_GIT_SHA_SHORT=d7c80c1
cargo:rerun-if-changed=/Users/chenwr/workspace/ceresdata/ceresdb/.git/HEAD
cargo:rerun-if-changed=/Users/chenwr/workspace/ceresdata/ceresdb/.git/refs/heads/main

Expected behavior

Version field should be consistent with current release version.

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant