Skip to content

Commit 24d3589

Browse files
authored
build(datasets): Release 8.1.0 (#1166)
Bump version Signed-off-by: Ankita Katiyar <[email protected]>
1 parent eff7d90 commit 24d3589

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

kedro-datasets/RELEASE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Upcoming Release
2+
3+
# Release 8.1.0
24
## Major features and improvements
35

46
- Added the following new experimental datasets:
@@ -11,6 +13,7 @@
1113

1214
- Added primary key constraint to BaseTable.
1315
- Added save/load with `use_pyarrow=True` save_args for LazyPolarsDataset partitioned parquet files.
16+
- Updated the json schema for Kedro 1.0.0.
1417

1518
## Breaking Changes
1619
## Community contributions

kedro-datasets/kedro_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""``kedro_datasets`` is where you can find all of Kedro's data connectors."""
22

33
__all__ = ["KedroDeprecationWarning"]
4-
__version__ = "8.0.0"
4+
__version__ = "8.1.0"
55

66
import sys
77
import warnings

0 commit comments

Comments
 (0)