Releases: dhaveed/diffr
Releases · dhaveed/diffr
v1.0.3
What's New in v1.0.3
1 commit | 0 pull requests | 1 contributor
No significant changes were made in this release; it primarily involves internal renaming for Marketplace uniqueness.
v1.0.2
What's New in v1.0.2
1 commit | 0 pull requests | 1 contributor
No user-facing changes were made in this release; it consists solely of updates to the package.json file.
v1.0.1
What's New in v1.0.1
2 commits | 1 pull request | 1 contributor
Breaking Changes
Features
- Prepared diffr for its first public release and GitHub Marketplace listing, including LLM prompt sanitization and request timeouts for clients. #1
Bug Fixes
- Fixed the release workflow by adding git identity, triggering on main push, and guarding the floating tag step.
diffr v0.1.0 — Initial MVP
Initial MVP release of diffr.
Features:
- Detects commits merged into the main branch
- Generates structured release notes using an LLM
- Automatically creates a GitHub Release
- Configurable via GitHub Action inputs
Example usage:
- uses: yourname/diffr@v0.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}