Skip to content

Commit f41bd32

Browse files
authored
Prepare release v0.3.13 (#257)
As titled. This is to fix [Issue #254](#254)
1 parent 0b83e94 commit f41bd32

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22

33
## Next Release
44

5-
*
5+
## v0.3.13 (August 25, 2025)
6+
7+
* Resolve an issue with the creation of datasets containing directories. ([#255](https://github.com/Kaggle/kagglehub/pull/255))
8+
* Enhance the error message for the deprecation warning to provide more clarity. ([#249](https://github.com/Kaggle/kagglehub/pull/249))
9+
* Fix a bug related to multithreading in Kaggle Packages. ([#248](https://github.com/Kaggle/kagglehub/pull/248))
10+
* Improve the logging messages for Colab caching for better user experiences. ([#243](https://github.com/Kaggle/kagglehub/pull/243))
611

712
## v0.3.12 (April 23, 2025)
813

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.12"
1+
__version__ = "0.3.13"
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)