diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6e52efe --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + + + +## v2.0.1 (2022-05-27) +### Fix +* Downgrade python semantic release for fix ([`823508e`](https://github.com/Kitware/trame-vuetify/commit/823508e1d13f542686d0fde6866e7784dcbafc39)) +* Use npm ci instead of npm install ([`4300a2d`](https://github.com/Kitware/trame-vuetify/commit/4300a2d4df15b025962c7e1380f52c2fd39693c9)) +* Add semantic release to github actions ([`d7f0179`](https://github.com/Kitware/trame-vuetify/commit/d7f0179990168dafe7d51bafefa34455e32a86b9)) +* **Template:** Expose under widgets.vuetify namespace ([`8b692b1`](https://github.com/Kitware/trame-vuetify/commit/8b692b1ed52a5003ab279ac429d0dc5596646f49)) + +### Documentation +* **api:** Add missing information ([`bbbb2d1`](https://github.com/Kitware/trame-vuetify/commit/bbbb2d14507bc6d5d5a73fc8ec0511be35e19bc3)) diff --git a/setup.cfg b/setup.cfg index ff447b4..7b9237e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = trame-vuetify -version = 2.0.0 +version = 2.0.1 description = Vuetify widgets for trame long_description = file: README.rst long_description_content_type = text/x-rst