Conversation
- Add VERSION file (1.2.2) as single source of truth - Add BuildVersionPlugin to inject version at build time - Add --version/-v flag to ejson CLI - Update swift-sodium dependency to 0.10.0 - Add .swiftpm to .gitignore CI/CD improvements: - Add SPM caching and concurrency to CI workflow - Add validate-version action for version validation - Change release workflow from tag-triggered to manual dispatch - Add changelog generation to release notes - Create version-less archives for GitHub latest URL Documentation: - Update README with version management and latest download URLs - Rewrite RELEASING.md for new workflow - Add version bump reminder to CLAUDE.md Co-Authored-By: Claude Opus 4.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.
Summary
VERSIONfile as single source of truth for version managementBuildVersionPluginSPM plugin to inject version at build time--version/-vflag to ejson CLIChanges
Version Management
VERSIONfile (1.2.2) - single source of truthPlugins/BuildVersionPlugin/plugin.swift- injects version at build timeSources/ejson/main.swift- added--version/-vflagsCI/CD
.github/workflows/ci.yml- added SPM caching, concurrency, version validation warning.github/workflows/release.yml- changed from tag-triggered to manual dispatch, added changelog generation.github/actions/validate-version/action.yml- shared version validation logicDependencies
Documentation
README.md- updated download URLs to use/releases/latest/, added version management docsRELEASING.md- rewritten for new manual release workflowCLAUDE.md- added version bump reminderTest plan
swift buildsucceeds and generatesGeneratedVersion.swiftswift run ejson --versionprints1.2.2swift test- all 30 tests pass🤖 Generated with Claude Code