diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8e46ce1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented here. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [v1.0.2] - 2025-07-07 + +### Changed +- ci: adds release and test workflow by @Alexander Harms in e48c98b +- Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.12.4 by @dependabot[bot] in 89801e8 +- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.3 by @dependabot[bot] in 15e25c6 +- Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in 075496d +- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot[bot] in cdf72ac +- Update rdflib requirement from ~=7.0.0 to >=7.0,<7.2 by @dependabot[bot] in 8de7d09 +- Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by @dependabot[bot] in ed1371d + + +### Fixed +- ci: update pyproject.toml to fix test by @Alexander Harms in f7a83ad + +