From 91081753df773eb5b0be727419a26c47deeab864 Mon Sep 17 00:00:00 2001 From: Claas Date: Tue, 20 Feb 2024 21:20:33 +0100 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 141 ++++++++++++++++++--------------------------------- 1 file changed, 50 insertions(+), 91 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c184c7..c5df250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,98 +1,57 @@ -# Changelog - -All notable changes to the [maritime-schema] project will be documented in this file.
-The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - +# Changelog + +All notable changes to the [maritime-schema] project will be documented in this file.
+The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + ## [Unreleased] +### Changed +* Moved all project configuration from setup.cfg to pyproject.toml +* Moved all tox configuration from setup.cfg to tox.ini. +* Moved pytest configuration from pyproject.toml to pytest.ini +* Deleted setup.cfg + ### Dependencies * updated to black[jupyter]==24.1 (from black[jupyter]==23.12) * updated to version: '==24.1' (from version: '==23.12') * updated to ruff==0.2.1 (from ruff==0.1.8) * updated to pyright==1.1.350 (from pyright==1.1.338) -* updated to sourcery==1.15 (from sourcery==1.14) - -* -/- - - -## [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 - - - - -[unreleased]: https://github.com/AuthorOne/maritime-schema/compare/v0.1.4...HEAD -[0.1.4]: https://github.com/AuthorOne/maritime-schema/releases/tag/v0.1.3...v0.1.4 -[0.1.3]: https://github.com/AuthorOne/maritime-schema/releases/tag/v0.1.2...v0.1.3 -[0.1.2]: https://github.com/AuthorOne/maritime-schema/releases/tag/v0.1.0...v0.1.2 -[0.1.0]: https://github.com/AuthorOne/maritime-schema/releases/tag/v0.0.1...v0.1.0 -[0.0.1]: https://github.com/AuthorOne/maritime-schema/releases/tag/v0.0.1 -[maritime-schema]: https://github.com/AuthorOne/maritime-schema +* updated to sourcery==1.15 (from sourcery==1.14) + + +## [0.0.1] - 2024-01-11 + +* 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 + + + +[unreleased]: https://github.com/dnv-opensource/maritime-schema/compare/v0.0.2...HEAD +[0.0.2]: https://github.com/dnv-opensource/maritime-schema/releases/tag/v0.0.1...v0.0.2 +[0.0.1]: https://github.com/dnv-opensource/maritime-schema/releases/tag/v0.0.1 +[maritime-schema]: https://github.com/dnv-opensource/maritime-schema