-
Notifications
You must be signed in to change notification settings - Fork 1
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
3a20a81
commit 83351e0
Showing
2 changed files
with
18 additions
and
1 deletion.
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,17 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.1.6 (2021-05-03) | ||
### Fix | ||
* Publish ([`3a20a81`](https://github.com/Esukhia/antx/commit/3a20a810312361f5fcbcc571551679d6baee08be)) | ||
* Install ([`d6d86e1`](https://github.com/Esukhia/antx/commit/d6d86e18aced5bee358996af1e0c79f075c4d438)) | ||
* Install ([`8c31dd3`](https://github.com/Esukhia/antx/commit/8c31dd3f484bec8254e3280ef3e40dc3733a1450)) | ||
* Install ([`e5f1c91`](https://github.com/Esukhia/antx/commit/e5f1c910bebbbd32e095b2820777eb8c99606d5a)) | ||
* Deps version ([`4838692`](https://github.com/Esukhia/antx/commit/48386920211fd9d24f6e348c427c4f215330bfe2)) | ||
* Specify lower & upper bound for deps ([`50705dc`](https://github.com/Esukhia/antx/commit/50705dcca6caedc8b8b82ddadb7c9c9f300d77fd)) | ||
* **setup:** Import pathlib and re ([`eca80f7`](https://github.com/Esukhia/antx/commit/eca80f7375ac7543fae4abe2127eddd4c8715b30)) | ||
* **github-action:** Rewuirement file name changed ([`95a4dec`](https://github.com/Esukhia/antx/commit/95a4dece87d957914b84094fceb40811c24a3cd5)) | ||
* **github-action:** Automated publish on pip ([`0720654`](https://github.com/Esukhia/antx/commit/07206548bf933e45c27a1fe866a08589c72e4eaa)) | ||
* **core:** Freeze computation implemented ([`72c894a`](https://github.com/Esukhia/antx/commit/72c894a4405ece635dcc55b09138532e6808dae9)) | ||
* **core:** Implemented memoization for get_diffs ([`0756879`](https://github.com/Esukhia/antx/commit/07568795d6c60416d3058c5e2f2ce8f641ff6472)) |
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,4 +1,4 @@ | ||
from .core import transfer | ||
|
||
# Version of the annotation transfer package | ||
__version__ = "0.1.5" | ||
__version__ = "0.1.6" |