Change version to 1.1.0 #3
Loading…
Reference in a new issue
No description provided.
Delete branch "bump-version-1.1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bumps
cstool.__version__from 1.0.7 to 1.1.0 and adds the changelog entry.Minor rather than patch, because #1 added the
--elsepa-dirflag andELSEPA_DIRlookup alongside the bug fixes.One caveat on the version choice
Raising the Python floor to 3.12 is arguably a breaking change for anyone installing on 3.9-3.11, which a minor bump does not signal. Under strict semver that argues for 2.0.0. It is listed first in the changelog so it is not missed. Happy to make it a major bump instead if you would rather the version carry that signal.
Verified
uv.lockrecords the root package assource = { editable = "." }with no version field, so the bump needs no lock update. The release workflow derives its tag from the wheel filename, so it will producev1.1.0from the next compile run.