Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2026-06-23

### Fixed
- Per-file tables in PR comments and the job step summary rendered with a blank line after the header-separator row, which broke the Markdown table layout on GitHub. The coverage and quality tables now render correctly. (#13, fixes #11)

### Added
- Dev Container configuration in `.devcontainer/` for a one-command, reproducible Python development environment. (#12)

### Documentation
- Quickstart section, an honest comparison against alternative tools, and expanded community-standards files (Code of Conduct, Security Policy). (#8)

## [2.1.0] - 2026-04-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "diff-cover-action"
version = "1.0.0"
version = "2.1.1"
description = "GitHub Action wrapping diff-cover with native PR comments, annotations, and badges"
requires-python = ">=3.12"

Expand Down
Loading