-
Notifications
You must be signed in to change notification settings - Fork 0
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
github-actions
committed
Oct 25, 2024
1 parent
12362b2
commit 57258f6
Showing
3 changed files
with
33 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,31 @@ | ||
# CHANGELOG | ||
|
||
|
||
|
||
## v0.0.1 (2024-10-25) | ||
|
||
### Chore | ||
|
||
* chore(py): fix widget api ([`53e15bc`](https://github.com/Kitware/trame-annotations/commit/53e15bc60ec6afb3def031b7568bdfb020ea6c48)) | ||
|
||
* chore(build): add missing build script ([`325c436`](https://github.com/Kitware/trame-annotations/commit/325c43639254904a7fb94edcd55189ae1e7bd382)) | ||
|
||
* chore(code): get initial code in ([`9834180`](https://github.com/Kitware/trame-annotations/commit/98341806d8f10f5e665df3984c590b07fc484242)) | ||
|
||
### Ci | ||
|
||
* ci: try to get semantic release to work ([`12362b2`](https://github.com/Kitware/trame-annotations/commit/12362b2afa4967174640c03ed401cd857ee5da96)) | ||
|
||
* ci: semantic release workflow ([`897379e`](https://github.com/Kitware/trame-annotations/commit/897379e0fea86a83abdaf7ca69c8296a04da708d)) | ||
|
||
* ci: remove windows for now ([`ed5f78b`](https://github.com/Kitware/trame-annotations/commit/ed5f78b93fd9bcde203e4e7c0fd0ca85dcd125b6)) | ||
|
||
* ci: tests ([`5503899`](https://github.com/Kitware/trame-annotations/commit/5503899679edcf610707dfe9976268af5a972aa5)) | ||
|
||
* ci: try to get things setup ([`0dafb1d`](https://github.com/Kitware/trame-annotations/commit/0dafb1d773ef0ca54051aceae84dc6a4a0da7373)) | ||
|
||
### Fix | ||
|
||
* fix(py): register package properly ([`34b02fa`](https://github.com/Kitware/trame-annotations/commit/34b02fa26439b1358b843e9c5aab6830fa3b8d37)) | ||
|
||
* fix(js): lint and dep ([`a6ceea8`](https://github.com/Kitware/trame-annotations/commit/a6ceea869e10850b3ebb9f14b032f8ac9aae95c4)) |
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,6 +1,6 @@ | ||
[project] | ||
name="trame-annotations" | ||
version="0.0.0" | ||
version="0.0.1" | ||
description="Trame widgets for image/video annotations" | ||
authors = [ | ||
{name = "Alessandro Genova", email = "[email protected]"}, | ||
|
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.0.0" | ||
__version__ = "0.0.1" |