diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b764f..232a808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.21.0 (2025-01-29) + +### Features + +- Update Dockerfile to copy entire project and install dependencies without dev packages + ([`63043ba`](https://github.com/wandelbotsgmbh/nova-rerun-bridge/commit/63043ba7aaa71fad1ec8072197264d3f7b9ed113)) + + ## v0.20.0 (2025-01-28) ### Features diff --git a/pyproject.toml b/pyproject.toml index 5a6185e..fd56dbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nova-rerun-bridge" -version = "0.20.0" +version = "0.21.0" description = "Visualizes the state of your nova instance inside of [rerun.io](https://rerun.io). This is intended to be used alongside the [nova python lib](https://github.com/wandelbotsgmbh/wandelbots-nova)." authors = [ "Wandelbots GmbH",