-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
1 parent
f5aeaea
commit c531127
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.2.0 (2022-02-07) | ||
### Feature | ||
* Initial commit ([`cad74be`](https://github.com/FactFiber/kedro-dvc/commit/cad74be76ca1898326477041297e60bc673e250a)) | ||
* Initial commit ([`12d0078`](https://github.com/FactFiber/kedro-dvc/commit/12d00783b608bffcae7f80d7cc4051e639b1ea0e)) | ||
|
||
### Documentation | ||
* Explain temporary install hack ([`41a8d09`](https://github.com/FactFiber/kedro-dvc/commit/41a8d09be8664602d69085b1df058212aca3d44e)) | ||
* Remove dangling question ([`a00e5df`](https://github.com/FactFiber/kedro-dvc/commit/a00e5dfae2afe12bdc6c69ed380a556482829173)) | ||
* Fix typo in readme ([`82cfc8c`](https://github.com/FactFiber/kedro-dvc/commit/82cfc8c39440c4ee73579cfc3424cbdfc17a4be9)) | ||
* Add assumption about dvc repo ([`654f09b`](https://github.com/FactFiber/kedro-dvc/commit/654f09b25813fbe42d808e5791f0af9770dc39fc)) | ||
* Fill in design doc & initial readme ([`9bab205`](https://github.com/FactFiber/kedro-dvc/commit/9bab205519fd400cc1d17ec025679f28b730ff4d)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ authors = ["Shaun Cutts <[email protected]>"] | |
description = "Kedro-DVC integration to track and distribute experiments." | ||
license = "See License in LICENSE" | ||
name = "kedro-dvc" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
|
||
packages = [{include = "kedro_dvc", from = "src"}] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.1.1" | ||
__version__ = "0.2.0" |