docs: Add CHANGELOG.md with retroactive version history (#21)#29
Merged
docs: Add CHANGELOG.md with retroactive version history (#21)#29
Conversation
… Unreleased (#21) ## Summary Fixes #21 — adds `CHANGELOG.md` to the repo root following the [Keep a Changelog](https://keepachangelog.com) format. ## Contents - **[Unreleased]** — documents all fixes from the current open issues (#22 auto-reporter, #23 --verbose flag, #24 JSON schema, #25 CITATION.cff) - **[1.2.0]** — full benchmark results, generator modules, CLI, CI workflow, all bug fixes landed in the v1.2.0 release - **[1.1.0]** — pytest suite, executor cross-platform fix, reporter robustness - **[1.0.0]** — initial public release with all core components Comparison links at the bottom follow standard Keep a Changelog convention. ## Why This Matters JOSS reviewers explicitly look for evidence of documented development history. A properly maintained CHANGELOG is one of the clearest signals of a professionally maintained open-source project, and will strengthen the September resubmission. Closes #21
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.
… Unreleased (#21)
Summary
Fixes #21 — adds
CHANGELOG.mdto the repo root following the Keep a Changelog format.Contents
Comparison links at the bottom follow standard Keep a Changelog convention.
Why This Matters
JOSS reviewers explicitly look for evidence of documented development history. A properly maintained CHANGELOG is one of the clearest signals of a professionally maintained open-source project, and will strengthen the September resubmission.
Closes #21