Changelog#
+All notable changes to the maritime-schema project will be documented in this file.
+The changelog format is based on Keep a Changelog.
Unreleased#
+-
+
-/-
+
0.1.4 - 2023-11-08#
+Changed#
+-
+
incorporated latest updates introduced in projects
+
Dependencies#
+-
+
Updated dependencies to latest versions
+
0.1.3 - 2023-08-24#
+Changed#
+-
+
GitHub workflow publish_release.yml: corrected smaller errors
+Explicitly removed .env file from remote repository
+Updated README.md to include guidance on how to create a .env file locally
+dependencies: updated packages in requirements-dev.txt to latest versions
+
0.1.2 - 2023-06-22#
+Changed#
+-
+
Modularized GitHub workflows
+requirements-dev.txt: Updated dependencies to latest versions
+setup.cfg: indicated supported Python versions as py310 and py311
+(from formerly py39 and py310)
+GitHub workflows: changed default Python version from 3.10 to 3.11
+
0.1.0 - 2023-02-21#
+Changed#
+-
+
pyproject.toml: Changed ruff configuration to by default allow Uppercase variable names in functions.
+(As this is a very common case in science calculus)
+README.md: Changed install infos for development setup to pip install requirements-dev.txt (not requirements.txt)
+
0.0.1 - 2023-02-21#
+-
+
Initial release
+
Added#
+-
+
added this
+
Changed#
+-
+
changed that
+
Dependencies#
+-
+
updated to some_package_on_pypi>=0.1.0
+
Fixed#
+-
+
fixed issue #12345
+
Deprecated#
+-
+
following features will soon be removed and have been marked as deprecated:
+-
+
function x in module z
+
+
Removed#
+-
+
following features have been removed:
+-
+
function y in module z
+
+