chore(release): prepare v0.7.0 - #91
Merged
Merged
Conversation
Bump version 0.6.1 -> 0.7.0 (minor: no_std/embedded support + logging). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release preparation for v0.7.0 — the
no_std/ embedded milestone.Bumps the version
0.6.1 → 0.7.0(minor: new backward-compatible feature; default features and existing APIs unchanged) acrossCargo.toml([package]+[workspace.package]) andpackage.json, and adds the0.7.0CHANGELOG.mdsection.Headline changes since v0.6.1:
no_std/ embedded support acrosscore,imgproc,calib3d, andvideo(issues Feature request: no-std support so purecv can run on microcontrollers such a esp32 #82/[no_std] Phase 1 — makepurecv-corecompile underno_std + alloc#83/[no_std] Phase 2 —purecv-imgprocunderno_std(parallel & simd disabled) #84/[no_std] Phase 3 (exploratory) — evaluate video/calib3d on embedded targets #85).cv_log_*!/cv_bail!/cv_err!(feat(core): add OpenCV-style logging facade (cv::utils::loggingequivalent) #80).After this merges, the
dev → mainpromotion PR will carry the release tomainfor tagging.🤖 Generated with Claude Code