Skip to content

Commit

Permalink
Merge pull request #27 from dnv-opensource/26-prepare-for-next-release
Browse files Browse the repository at this point in the history
update changelog for release
  • Loading branch information
minhemdnv authored Mar 22, 2024
2 parents a958c69 + 29c690e commit 36896ce
Show file tree
Hide file tree
Showing 7 changed files with 4,725 additions and 4,715 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e

## [Unreleased]

- -/-


## [0.0.5] - 2024-03-22

### Changed

- replaced black formatter with ruff formatter
Expand All @@ -19,7 +24,6 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
- updated to pyright==1.1.352 (from pyright==1.1.350)
- removed black

- -/-

## [0.0.4] - 2024-02-28

Expand Down Expand Up @@ -93,8 +97,8 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
- function y in module z

<!-- Markdown link & img dfn's -->

[unreleased]: https://github.com/dnv-opensource/maritime-schema/compare/v0.0.4...HEAD
[unreleased]: https://github.com/dnv-opensource/maritime-schema/compare/v0.0.5...HEAD
[0.0.5]: https://github.com/dnv-opensource/maritime-schema/releases/tag/v0.0.4...v0.0.5
[0.0.4]: https://github.com/dnv-opensource/maritime-schema/releases/tag/v0.0.3...v0.0.4
[0.0.3]: https://github.com/dnv-opensource/maritime-schema/releases/tag/v0.0.2...v0.0.3
[0.0.2]: https://github.com/dnv-opensource/maritime-schema/releases/tag/v0.0.1...v0.0.2
Expand Down
576 changes: 288 additions & 288 deletions docs/schema/caga/input_schema.html

Large diffs are not rendered by default.

1,938 changes: 969 additions & 969 deletions docs/schema/caga/output_schema.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Minos Hemrich, Tom Arne Pedersen, Claas Rostock"

# The full version, including alpha/beta/rc tags
release = "0.0.4"
release = "0.0.5"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maritime-schema"
version = "0.0.4"
version = "0.0.5"
description = "Python data classes and JSON schemata for maritime traffic scenarios."
readme = "README.md"
requires-python = ">= 3.9"
Expand Down
Loading

0 comments on commit 36896ce

Please sign in to comment.