Set product version to 0.0.1 - #8
Merged
Merged
Conversation
XYAIStudio
marked this pull request as ready for review
September 15, 2026 06:13
1.0.0 is premature for this stage. pyproject.toml remains the source of truth and is mirrored to __version__, desktop/NSIS/FnOS fallbacks, and CI artifact names. Future bumps will follow semver. Release tags use v0.0.1; existing history tags are left untouched. Co-authored-by: XYAI Labs <haoboy8@gmail.com>
cursor
Bot
force-pushed
the
cursor/product-version-001-16c0
branch
from
September 15, 2026 06:15
0f8a37c to
44728bb
Compare
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.
1.0.0is premature for this stage of FreeOS. This PR sets the live product version to0.0.1. Future bumps will follow semver as the product matures.Rebased onto latest
main(includes the FreeOS Windows desktop rebrand from #7). Conflicts were resolved by keeping FreeOS branding and setting every product version fallback to0.0.1.Source of truth
pyproject.toml[project].versionremains the canonical version. Release packaging, desktop stamps, FnOS FPK, and CI artifact names already read it.Mirrored so a default build does not still claim
1.0.0/ leftover0.9.xfallbacks:src/octop/__init__.py(__version__)uv.lock(localoctoppackage)info.json/wails.exe.manifest/config.ymlpyproject.tomlat pack time)Artifact names
User-facing downloads stay
FreeOS-desktop-*/FreeOS-portable-*(notOctop-desktop-*). Example:FreeOS-desktop-windows-amd64-0.0.1.exe.Commands
Tags
Do not rewrite already-pushed history tags. If a release workflow needs a tag, use
v0.0.1. Auto-tag already readspyproject.toml.Left unchanged on purpose: openXYOS sidecar
0.6.0(not coupled), dashboard private0.1.0, plugin/example1.0.0fixtures, NOTICE / third-party history, and inherited CHANGELOG[1.0.0]/0.9.xentries (marked as upstream history).