Skip to content

Commit

Permalink
Merge branch 'release/0-8-4' into 'develop'
Browse files Browse the repository at this point in the history
prepare release

See merge request cps/commonroad/commonroad-scenario-designer!455
  • Loading branch information
smaierhofer committed Dec 21, 2024
2 parents a656a48 + 1fe5f13 commit b4881e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.8.4] - 2024-12-21

### Changed
- Update required commonroad-io version

## [0.8.3] - 2024-12-20

### Added
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "commonroad-scenario-designer"
version = "0.8.3"
version = "0.8.4"
description = "Toolbox for Map Conversion and Scenario Creation for Autonomous Vehicles"
authors = ["Cyber-Physical Systems Group, Technical University of Munich <[email protected]>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -33,7 +33,7 @@ crdesigner = 'crdesigner.ui.command_line:cli'

[tool.poetry.dependencies]
python = "^3.9,<3.12"
commonroad-io = "2024.2"
commonroad-io = ">=2024.2, <=2024.3"
commonroad-drivability-checker = "^2024.1"
pyqt6 = ">=6.6.0"
matplotlib = ">=3.6.0"
Expand Down

0 comments on commit b4881e1

Please sign in to comment.