Skip to content

Commit 0ba6377

Browse files
authored
Merge 9898039 into release
2 parents e4e0b1d + 9898039 commit 0ba6377

5 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
55

66
## [Unreleased]
77

8+
## [0.8.3] - 2025-10-31
9+
* [bug] Fixed sourcery dependency constraint to avoid platform compatibility issues on Linux by constraining to <1.41.
10+
811
## [0.8.2] - 2025-10-03
912
* [bug] fixed bug that all target ships had id = 10.
1013
* [bug] fixed duplicate -v parameter warning.

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ keywords:
3636
- Systematic assessment
3737
license: MIT
3838
url: 'https://github.com/dnv-opensource/ship-traffic-generator'
39-
version: 0.8.2
39+
version: 0.8.3

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "Tom Arne Pedersen, Claas Rostock, Minos Hemrich"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "0.8.2"
28+
release = "0.8.3"
2929

3030
# -- General configuration ---------------------------------------------------
3131
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = [
2525

2626
[project]
2727
name = "trafficgen"
28-
version = "0.8.2"
28+
version = "0.8.3"
2929
description = "Automatic generation of ship traffic situations from a set of predefined situations"
3030
readme = "README.md"
3131
requires-python = ">= 3.11, < 3.13"
@@ -86,7 +86,7 @@ dev = [
8686
"ruff>=0.8.3",
8787
"pyright>=1.1.390",
8888
"mypy>=1.13",
89-
"sourcery>=1.27",
89+
"sourcery>=1.27,<1.41",
9090
"pre-commit>=4.0",
9191
"Sphinx>=8.1",
9292
"sphinx-argparse-cli>=1.19",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)