Skip to content

Releases: dhaveed/diffr

v1.0.3

07 Mar 15:02

Choose a tag to compare

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.

Compare changes

v1.0.2

07 Mar 14:57

Choose a tag to compare

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.

Compare changes

v1.0.1

07 Mar 14:44

Choose a tag to compare

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.

Compare changes

diffr v0.1.0 — Initial MVP

04 Mar 08:45

Choose a tag to compare

Pre-release

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 }}