Skip to content

Commit

Permalink
Making last changes to #43
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarnepedersen committed Jan 20, 2025
1 parent 0bad08e commit b52e097
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 29 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

-/-

## [0.7.0] - 2025-01-22

### Changed

* The python package Maritime Schema is no longer open source, necessary types have been included here to remove the link
* Project updated to use uv package installer
* Documentation has been updated
* Updating workflows
* Removed maxSpeed from the output files generated using the tool


## [0.6.0] - 2024-11-11

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ packages = [

[project]
name = "trafficgen"
version = "0.6.0"
version = "0.7.0"
description = "Automatic generation of ship traffic situations from a set of predefined situations"
readme = "README.md"
requires-python = ">= 3.11"
Expand Down
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ src = [
"src",
]
line-length = 120
target-version = "py310"
target-version = "py311"

[lint]
# Settings for Ruff linter (invoked with `uv run ruff check`).
Expand Down
27 changes: 0 additions & 27 deletions tox.ini

This file was deleted.

0 comments on commit b52e097

Please sign in to comment.