diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c1cf5b..a532b58b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.8.3] +## [0.8.3] - 2024-12-20 ### Added - odr2cr: Left-hand drive consideration diff --git a/README.md b/README.md index 19b6efa0..29c53338 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ The titles of module pages have to be set manually! The full documentation of the API and introducing examples can also be found [here](https://cps.pages.gitlab.lrz.de/commonroad/commonroad-scenario-designer/). ## Changelog -A detailed overview about the changes in each version is provided in the [Changelog](https://gitlab.lrz.de/tum-cps/commonroad-scenario-designer/-/blob/main/CHANGELOG.md). +A detailed overview about the changes in each version is provided in the [Changelog](https://github.com/CommonRoad/commonroad-scenario-designer/blob/master/CHANGELOG.md). ## Bug and feature reporting This release (v0.9.3) is still a BETA version. diff --git a/poetry.lock b/poetry.lock index 36ec5bf2..8c4d1a32 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1556,13 +1556,13 @@ jupyter-server = ">=1.1.2" [[package]] name = "jupyter-server" -version = "2.14.2" +version = "2.15.0" description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "jupyter_server-2.14.2-py3-none-any.whl", hash = "sha256:47ff506127c2f7851a17bf4713434208fc490955d0e8632e95014a9a9afbeefd"}, - {file = "jupyter_server-2.14.2.tar.gz", hash = "sha256:66095021aa9638ced276c248b1d81862e4c50f292d575920bbe960de1c56b12b"}, + {file = "jupyter_server-2.15.0-py3-none-any.whl", hash = "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3"}, + {file = "jupyter_server-2.15.0.tar.gz", hash = "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084"}, ] [package.dependencies] @@ -1571,7 +1571,7 @@ argon2-cffi = ">=21.1" jinja2 = ">=3.0.3" jupyter-client = ">=7.4.4" jupyter-core = ">=4.12,<5.0.dev0 || >=5.1.dev0" -jupyter-events = ">=0.9.0" +jupyter-events = ">=0.11.0" jupyter-server-terminals = ">=0.4.4" nbconvert = ">=6.4.4" nbformat = ">=5.3.0" diff --git a/pyproject.toml b/pyproject.toml index 61a88e97..fe49f447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "commonroad-scenario-designer" -version = "0.8.2" +version = "0.8.3" description = "Toolbox for Map Conversion and Scenario Creation for Autonomous Vehicles" authors = ["Cyber-Physical Systems Group, Technical University of Munich "] license = "GPL-3.0"