Skip to content

Commit b7317a2

Browse files
authored
Prepare 0.3.12 release (#242)
http://b/388077145
1 parent 110b817 commit b7317a2

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
## Next Release
44

5-
* Fix `model_signing` breaking changes from `1.0.0` release
6-
* Add `KaggleDatasetAdapter.POLARS` support to `dataset_load`
7-
* Add validation of kwargs to `dataset_load`
5+
*
6+
7+
## v0.3.12 (April 23, 2025)
8+
9+
* Fix `model_signing` breaking changes from `1.0.0` release ([#239](https://github.com/Kaggle/kagglehub/pull/239))
10+
* Add `KaggleDatasetAdapter.POLARS` support to `dataset_load` ([#238](https://github.com/Kaggle/kagglehub/pull/238))
11+
* Add validation of kwargs to `dataset_load` ([#241](https://github.com/Kaggle/kagglehub/pull/241))
812

913
## v0.3.11 (April 1, 2025)
1014

src/kagglehub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.11"
1+
__version__ = "0.3.12"
22

33
import kagglehub.logger # configures the library logger.
44
from kagglehub import colab_cache_resolver, http_resolver, kaggle_cache_resolver, registry

0 commit comments

Comments
 (0)