hir-111: CHANGELOG.md + v0.1.0 baseline#26
Merged
Conversation
- New CHANGELOG.md in Keep-a-Changelog 1.1.0 format - v0.1.0 section documents shipped MVP features: DMARC validation, Google SMTP integration, CSV contact upload, single-step sequences, silent-reply automation, templates library (#11) - Bump package.json from 1.0.0 to 0.1.0 to match the tagged baseline - v0.1.0 git tag + GitHub release follow in a separate step on main Co-Authored-By: Paperclip <noreply@paperclip.ing>
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.
Goal
Establish a stable versioning baseline for
pypesdev/coldflowso external contributors have a target ([HIR-111], part of the OSS increments plan in HIR-105).Changes
CHANGELOG.mdat repo root in Keep a Changelog 1.1.0 format with a[0.1.0] - 2026-05-16section listing shipped MVP features: DMARC validation, Google SMTP integration, CSV contact upload, single-step sequences, silent-reply automation, templates library.package.jsonfrom1.0.0to0.1.0— the prior1.0.0was placeholder; v0.1.0 is the real first tagged baseline per the SemVer 0.x convention for pre-stable APIs.After merge
v0.1.0on the merge commit andgit push origin v0.1.0releases/tag/v0.1.0referencing the CHANGELOG section(These follow the merge — they need to point at the
maincommit, not the PR branch.)Done when
maingit tag --list v0.1.0shows the tag locally and onoriginreleases/tag/v0.1.0🤖 Generated with Claude Code