Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Feb 20, 2024
1 parent 77f36f0 commit 9108175
Showing 1 changed file with 50 additions and 91 deletions.
141 changes: 50 additions & 91 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,98 +1,57 @@
# Changelog

All notable changes to the [maritime-schema] project will be documented in this file.<br>
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.<br>
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 <br>
(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. <br>
(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



<!-- Markdown link & img dfn's -->
[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


<!-- Markdown link & img dfn's -->
[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

0 comments on commit 9108175

Please sign in to comment.