Skip to content

Commit

Permalink
Prepare 0.3.6 release (#199)
Browse files Browse the repository at this point in the history
http://b/379756505
  • Loading branch information
goeffthomas authored Dec 20, 2024
1 parent e33023f commit dc0b6d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.6 (December 19th, 2024)

* Add `kagglehub.load_dataset(...)` ([#192](https://github.com/Kaggle/kagglehub/pull/192), [#197](https://github.com/Kaggle/kagglehub/pull/197))
* Fix auto-compressed dataset downloads ([#194](https://github.com/Kaggle/kagglehub/pull/194), [#195](https://github.com/Kaggle/kagglehub/pull/195))
* Update `docker-hatch` and documentation ([#193](https://github.com/Kaggle/kagglehub/pull/193))

## v0.3.5 (December 10th, 2024)

* Include server-side errors if present ([#183](https://github.com/Kaggle/kagglehub/pull/183))
Expand Down
2 changes: 1 addition & 1 deletion src/kagglehub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.5"
__version__ = "0.3.6"

import kagglehub.logger # configures the library logger.
from kagglehub import colab_cache_resolver, http_resolver, kaggle_cache_resolver, registry
Expand Down

0 comments on commit dc0b6d6

Please sign in to comment.