Skip to content

Commit 64280dd

Browse files
authored
Prepare 0.1.8 release (#81)
1 parent 8d32d94 commit 64280dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Next (Unreleased)
44

5+
## v0.1.8 (January 31st, 2023)
6+
7+
* Include URL to model detail page in error message ([#80](https://github.com/Kaggle/kagglehub/pull/80))
8+
* Add Kaggle/Colab to user-agent if running on these environment ([#78](https://github.com/Kaggle/kagglehub/pull/78))
9+
* Improve logging for Colab resolver ([#77](https://github.com/Kaggle/kagglehub/pull/77))
10+
511
## v0.1.7 (January 29th, 2023)
612

713
* Fix `model_upload` with nested directory ([#75](https://github.com/Kaggle/kagglehub/pull/75))

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.1.7"
1+
__version__ = "0.1.8"
22

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

0 commit comments

Comments
 (0)