Skip to content

Commit 363f883

Browse files
author
Lorena Bălan
authored
Bump up version of kedro-telemetry to 0.1.4
2 parents 8e7de55 + 2b0fa5b commit 363f883

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

kedro-telemetry/RELEASE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release 0.1.4
2+
3+
## Bug fixes and other changes
4+
* If consent is provided but there's no internet connection, `kedro-telemetry` will log a warning instead of raising an error (addresses https://github.com/kedro-org/kedro/issues/1289 and https://github.com/kedro-org/kedro/issues/1249).
5+
* Removed `click` requirement, defaulting instead to whatever `click` version is used by `kedro`.
6+
17
# Release 0.1.3
28

39
## Bug fixes and other changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Kedro Telemetry plugin for collecting Kedro usage data."""
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"

0 commit comments

Comments
 (0)