Skip to content

Commit 7cfa8da

Browse files
authored
Release 0.3.10 (#231)
1 parent f81f26f commit 7cfa8da

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22

33
## Next Release
44

5+
*
6+
7+
## v0.3.10 (February 25, 2025)
8+
59
* Fix Colab environment detection logic ([#230](https://github.com/Kaggle/kagglehub/pull/230))
610

711
## v0.3.9 (February 18, 2025)
812

913
* Renamed load_datset to dataset_load ([#228](https://github.com/Kaggle/kagglehub/pull/228))
14+
* Support for [Kaggle Packages](https://www.kaggle.com/discussions/product-announcements/564941) ([#196](https://github.com/Kaggle/kagglehub/pull/196))
1015

1116
## v0.3.8 (February 13, 2025)
1217

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.9"
1+
__version__ = "0.3.10"
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)