Skip to content
Open
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.0.0"
".": "8.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [8.0.0](https://github.com/jbcom/extended-data/compare/extended-data-v7.0.0...extended-data-v8.0.0) (2026-06-10)


### ⚠ BREAKING CHANGES

* clean integrated package surface ([#2](https://github.com/jbcom/extended-data/issues/2))

### Features

* add generic connector fabric lookup ([138ebf5](https://github.com/jbcom/extended-data/commit/138ebf5269811cda5f0109124801f85c9ae9ac18))
* expose integrated root API ([#4](https://github.com/jbcom/extended-data/issues/4)) ([7e5862f](https://github.com/jbcom/extended-data/commit/7e5862fa1764789c55e4062e965aa1d184470578))


### Code Refactoring

* clean integrated package surface ([#2](https://github.com/jbcom/extended-data/issues/2)) ([76c7a3d](https://github.com/jbcom/extended-data/commit/76c7a3d594396fee9ae599e80c84e35590f5ae6a))

## 7.0.0 (2026-06-10)

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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 = "7.0.0"
version = "8.0.0"
description = "Comprehensive Python data utilities for serialization, inputs, logging, vendor data, and workflows"
requires-python = ">=3.10"
license = { text = "MIT" }
Expand Down