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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/extended-data": "8.5.1",
"packages/pytest-extended-data": "0.2.0"
"packages/extended-data": "8.5.2",
"packages/pytest-extended-data": "0.2.1"
}
8 changes: 8 additions & 0 deletions packages/extended-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [8.5.2](https://github.com/jbcom/extended-data/compare/extended-data-v8.5.1...extended-data-v8.5.2) (2026-08-24)


### Bug Fixes

* harden path validation and consumer guides ([8a83bd9](https://github.com/jbcom/extended-data/commit/8a83bd9e48cd77a6c3679e56eb9e994c71d2acb1))
* harden path validation and consumer guides ([4768053](https://github.com/jbcom/extended-data/commit/47680537232e2460a583fde5d8ea136561249eb8))
Comment on lines +8 to +9

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove duplicate release-note entries

These two entries describe the same change: 8a83bd9 is the merge commit whose second parent is 4768053, and its resulting tree is identical to that parent. Publishing both makes one fix appear as two independent fixes; the same duplication is also present in packages/pytest-extended-data/CHANGELOG.md. Keep only one entry, or adjust the release-note generation to deduplicate merge commits and their merged conventional commits.

Useful? React with 馃憤聽/ 馃憥.


## [8.5.1](https://github.com/jbcom/extended-data/compare/extended-data-v8.5.0...extended-data-v8.5.1) (2026-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/extended-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "extended-data"
version = "8.5.1"
version = "8.5.2"
description = "Comprehensive Python data utilities for serialization, inputs, logging, and workflows"
requires-python = ">=3.11"
license = { text = "MIT" }
Expand Down
8 changes: 8 additions & 0 deletions packages/pytest-extended-data/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.1](https://github.com/jbcom/extended-data/compare/pytest-extended-data-v0.2.0...pytest-extended-data-v0.2.1) (2026-08-24)


### Bug Fixes

* harden path validation and consumer guides ([8a83bd9](https://github.com/jbcom/extended-data/commit/8a83bd9e48cd77a6c3679e56eb9e994c71d2acb1))
* harden path validation and consumer guides ([4768053](https://github.com/jbcom/extended-data/commit/47680537232e2460a583fde5d8ea136561249eb8))

## [0.2.0](https://github.com/jbcom/extended-data/compare/pytest-extended-data-v0.1.0...pytest-extended-data-v0.2.0) (2026-08-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/pytest-extended-data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pytest-extended-data"
version = "0.2.0"
version = "0.2.1"
description = "Pytest fixtures and assertions for projects using extended-data"
requires-python = ">=3.11"
license = { text = "MIT" }
Expand Down