Prepare for v1.0.0 release with versioning infrastructure#15
Merged
eshaffer321 merged 1 commit intomainfrom Oct 21, 2025
Merged
Prepare for v1.0.0 release with versioning infrastructure#15eshaffer321 merged 1 commit intomainfrom
eshaffer321 merged 1 commit intomainfrom
Conversation
- Add CHANGELOG.md with comprehensive v1.0.0 release notes - Add Release Process section to CLAUDE.md with detailed instructions - Document semantic versioning strategy - Include common mistakes and best practices for releases This establishes the foundation for proper semantic versioning and GitHub releases, enabling the library to be consumed as a versioned dependency rather than via local replace directives.
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (43.18%) is below the target coverage (70.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #15 +/- ##
=======================================
Coverage 43.18% 43.18%
=======================================
Files 15 15
Lines 2239 2239
=======================================
Hits 967 967
Misses 1198 1198
Partials 74 74
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
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
This PR establishes the versioning infrastructure for the MonarchMoney Go client, enabling it to be consumed as a proper versioned dependency from GitHub rather than via local
replacedirectives.Changes
Release Highlights (v1.0.0)
Core Services:
Infrastructure:
Test Plan
go test ./pkg/monarch/... -v(54/54 passed, 1 skipped)go build ./...github.com/eshaffer321/monarchmoney-goFuture Impact
After merging, developers can consume this library with:
The CLAUDE.md now includes comprehensive release instructions ensuring all future code changes will be properly versioned and tagged.