Skip to content

build(cmake): sync project VERSION to 0.7.0 - #33

Merged
rxdu merged 1 commit into
mainfrom
chore/bump-version-0.7.0
Jul 11, 2026
Merged

build(cmake): sync project VERSION to 0.7.0#33
rxdu merged 1 commit into
mainfrom
chore/bump-version-0.7.0

Conversation

@rxdu

@rxdu rxdu commented Jul 11, 2026

Copy link
Copy Markdown
Owner

The CMake project(quickviz VERSION …) had drifted from the git tags — stuck at 0.6.5 even through the v0.6.6 release. So the generated quickvizConfigVersion.cmake advertises 0.6.5, and with COMPATIBILITY SameMajorVersion, find_package(quickviz 0.7.0) (or even 0.6.6) fails to resolve — the requested version exceeds the reported one.

Bumps to 0.7.0 to match the just-cut v0.7.0 release, so downstream find_package(quickviz 0.7.0) works. Suggest keeping VERSION in lockstep with tags at each release from here.

The CMake project VERSION had drifted from the git tags — it was stuck at
0.6.5 even through the v0.6.6 release, so the generated
quickvizConfigVersion.cmake advertised 0.6.5. With COMPATIBILITY
SameMajorVersion, that makes find_package(quickviz 0.7.0) — or even
0.6.6 — fail to resolve (requested version > reported version).

Bump to 0.7.0 to match the freshly cut v0.7.0 release, and keep it in
lockstep with tags going forward.
@rxdu
rxdu merged commit d5c5e9b into main Jul 11, 2026
5 checks passed
@rxdu
rxdu deleted the chore/bump-version-0.7.0 branch July 11, 2026 15:57
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.

1 participant