Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [Unreleased]

## [0.8.3] - 2025-10-31
* [bug] Fixed sourcery dependency constraint to avoid platform compatibility issues on Linux by constraining to <1.41.

## [0.8.2] - 2025-10-03
* [bug] fixed bug that all target ships had id = 10.
* [bug] fixed duplicate -v parameter warning.
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ keywords:
- Systematic assessment
license: MIT
url: 'https://github.com/dnv-opensource/ship-traffic-generator'
version: 0.8.2
version: 0.8.3
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = "Tom Arne Pedersen, Claas Rostock, Minos Hemrich"

# The full version, including alpha/beta/rc tags
release = "0.8.2"
release = "0.8.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages = [

[project]
name = "trafficgen"
version = "0.8.2"
version = "0.8.3"
description = "Automatic generation of ship traffic situations from a set of predefined situations"
readme = "README.md"
requires-python = ">= 3.11, < 3.13"
Expand Down Expand Up @@ -86,7 +86,7 @@ dev = [
"ruff>=0.8.3",
"pyright>=1.1.390",
"mypy>=1.13",
"sourcery>=1.27",
"sourcery>=1.27,<1.41",
"pre-commit>=4.0",
"Sphinx>=8.1",
"sphinx-argparse-cli>=1.19",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

Loading