From 466723762bba8299d2a722314fb929ca9a0094ac Mon Sep 17 00:00:00 2001 From: Health-RI Admin Date: Mon, 7 Jul 2025 09:15:20 +0000 Subject: [PATCH] doc: update CHANGELOG.md for v1.0.2 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md 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 + +