-
Notifications
You must be signed in to change notification settings - Fork 3
Add automated CHANGELOG.md generation and release workflow #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1c6c0bc
docs: initial automated release including update to CHANGELOG.md
marvin8 416210d
chore: add dev dependencies and empty CHANGELOG.md file
marvin8 83f283d
chore: change bump-my-version settings to update Cargo.toml
marvin8 de676c8
chore: bootstrap bump-my-version with current_version and fix justfile
marvin8 692576d
refactor(release): address PR #110 review feedback
marvin8 4566847
Merge branch 'main' into update-changelog
marvin8 4d45d3e
Merge branch 'main' into update-changelog
thejchap 7679d83
some fixes
thejchap ef2c9ce
more fixes
thejchap 8e12b32
cleanup
thejchap 5ebf7f1
address copilot comment
thejchap File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,3 +17,5 @@ config: | |
| - ul | ||
| - video | ||
| MD041: false | ||
| MD024: | ||
| siblings_only: true | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,347 @@ | ||
| ## unreleased | ||
|
|
||
| ### Documentation | ||
|
|
||
| - Mention uvx quickstart and playground in README and getting started (#127) | ||
|
|
||
| ### Features | ||
|
|
||
| - Add configurable discovery cache directory (#128) | ||
| - Add clean cache command (#129) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @sarvesh1327 | ||
| - @thejchap | ||
|
|
||
| ## 0.0.29 | ||
|
|
||
| Released on 2026-05-18. | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Skip teardown drain when event loop is closed (#109) | ||
| - Surface worker spawn and hook replay errors in test results (#107) | ||
| - Honor --collect-only in next, sugar, dot, and junit reporters (#115) | ||
| - Close stale worker race with in-band did_change RPC (#118) | ||
| - Fix multiline CLI diagnostics (#124) | ||
|
|
||
| ### Documentation | ||
|
|
||
| - Add highlights to README and align getting started with README (#121) | ||
|
|
||
| ### Features | ||
|
|
||
| - Format durations over a minute as M:SS.SS in reporter summaries (#116) | ||
| - Remove generated examples and default to watch mode (#120) | ||
| - Highlight received assertion values (#123) | ||
| - Add watch shortcut to clear results (#125) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.28 | ||
|
|
||
| Released on 2026-05-08. | ||
|
|
||
| ### Features | ||
|
|
||
| - Add --now flag to run tests immediately on watch startup (#102) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
| - @dependabot[bot] | ||
|
|
||
| ## 0.0.27 | ||
|
|
||
| Released on 2026-05-03. | ||
|
|
||
| ### Features | ||
|
|
||
| - Unify Rust and Python worker logging via TRYKE_LOG (#94) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.26 | ||
|
|
||
| Released on 2026-05-02. | ||
|
|
||
| ### Breaking Changes | ||
|
|
||
| - Fold tryke watch into tryke test --watch (#73) | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Remove interpreter version check from tryke_runner (#92) | ||
|
|
||
| ### Documentation | ||
|
|
||
| - Improve CLI documentation generation with detailed help text (#79) | ||
| - Update documentation examples with labeled expectations (#87) | ||
|
|
||
| ### Features | ||
|
|
||
| - Support labeled test cases with @test("label").cases(...) (#90) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.25 | ||
|
|
||
| Released on 2026-04-28. | ||
|
|
||
| ### Features | ||
|
|
||
| - Add next and sugar reporters (#71) | ||
| - Add --no-progress flag to disable terminal progress bars (#72) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.24 | ||
|
|
||
| Released on 2026-04-26. | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Drain worker stderr to prevent RPC hangs on chatty suites (#66) | ||
| - Replace importlib.reload with worker subprocess restart (#68) | ||
|
|
||
| ### Documentation | ||
|
|
||
| - Refresh stale tryke test banner version to 0.0.23 (#65) | ||
|
|
||
| ### Features | ||
|
|
||
| - Restrict discovery walk and skip import graph when paths are passed (#64) | ||
| - Accept Annotated[T, Depends(...)] alongside default-form dependencies (#67) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.23 | ||
|
|
||
| Released on 2026-04-25. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.22 | ||
|
|
||
| Released on 2026-04-25. | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Replay hooks on respawn and stop unsafe test retries (#58) | ||
|
|
||
| ### Features | ||
|
|
||
| - Add --all flag to rerun the full test set on every change (#59) | ||
| - Track PEP 810 lazy imports in dependency graph (#60) | ||
| - Resolve absolute imports across multiple source roots (#61) | ||
| - Add test labels (#62) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
| - @claude | ||
|
|
||
| ## 0.0.21 | ||
|
|
||
| Released on 2026-04-23. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.20 | ||
|
|
||
| Released on 2026-04-23. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.19 | ||
|
|
||
| Released on 2026-04-23. | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Share event loop across async fixtures and tests, and accept patch versions (#51) | ||
| - Tag server runs with run_id and serialize concurrent runs (#54) | ||
|
|
||
| ### Documentation | ||
|
|
||
| - Add comprehensive pytest-to-Tryke migration guide (#49) | ||
| - Correct dot-reporter glyphs and add to_be_instance_of matcher (#53) | ||
| - Add session continuity and commit cadence to LLM migration prompt (#55) | ||
| - Drop stale _all/before_all hook terminology and fix --lf migration row (#56) | ||
|
|
||
| ### Features | ||
|
|
||
| - Add to_be_instance_of matcher for type checking (#50) | ||
| - Add fixtures, parametrization, Python 3.15 support, and docs (#52) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
| - @claude | ||
|
|
||
| ## 0.0.18 | ||
|
|
||
| Released on 2026-04-19. | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| - Ship python/tryke_guard.py in the built wheel (#48) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
| - @claude | ||
|
|
||
| ## 0.0.17 | ||
|
|
||
| Released on 2026-04-18. | ||
|
|
||
| ### Features | ||
|
|
||
| - Add @test.cases parametrization primitive (#46) | ||
| - Add in-source testing via tryke_guard.__TRYKE_TESTING__ (#47) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.15 | ||
|
|
||
| Released on 2026-04-15. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.14 | ||
|
|
||
| Released on 2026-04-14. | ||
|
|
||
| ### Features | ||
|
|
||
| - Add @fixture and Depends() for setup, teardown, and DI (#39) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.13 | ||
|
|
||
| Released on 2026-03-29. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
| - @dependabot[bot] | ||
|
|
||
| ## 0.0.12 | ||
|
|
||
| Released on 2026-03-26. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.11 | ||
|
|
||
| Released on 2026-03-21. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.10 | ||
|
|
||
| Released on 2026-03-17. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.9 | ||
|
|
||
| Released on 2026-03-17. | ||
|
|
||
| ### Documentation | ||
|
|
||
| - Revise documentation structure and installation guides (#30) | ||
|
|
||
| ### Features | ||
|
|
||
| - Improve changed-test selection, discovery, docs, and benchmarks (#18) | ||
| - Add doctest support for Python doctests (#32) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.7 | ||
|
|
||
| Released on 2026-03-09. | ||
|
|
||
| ### Documentation | ||
|
|
||
| - Update README (#9) | ||
| - Update README (#10) | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
| - @dependabot[bot] | ||
|
|
||
| ## 0.0.6 | ||
|
|
||
| Released on 2026-03-08. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.5 | ||
|
|
||
| Released on 2026-03-08. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.4 | ||
|
|
||
| Released on 2026-02-28. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.3 | ||
|
|
||
| Released on 2026-02-28. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap | ||
|
|
||
| ## 0.0.2 | ||
|
|
||
| Released on 2026-02-28. | ||
|
|
||
| ### Contributors | ||
|
|
||
| - @thejchap |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.