diff --git a/CHANGELOG.md b/CHANGELOG.md index 54e899c..aecfc6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ +## v0.19.2 (2023-09-05) + +### Chore + +* chore: update plantuml jar ([`db92036`](https://github.com/moderneinc/moderne-visualizations-misc/commit/db920361d4956984a0475fa4efa1444e5626ae5c)) + +### Fix + +* fix(call_graph_uml): addres bad hierarchy with inner classes ([`5a6559d`](https://github.com/moderneinc/moderne-visualizations-misc/commit/5a6559def1815c2354abcdb4f4766bd29214b676)) + + ## v0.19.1 (2023-09-01) ### Chore diff --git a/pyproject.toml b/pyproject.toml index 8ac5519..87460d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # @see https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ [project] name = "moderne_visualizations_misc" -version = "0.19.1" +version = "0.19.2" description = "Miscellaneous visualizations for the Moderne platform" authors = [ { name = "Jonathan Schneider", email = "jonathan@moderne.io" },