Skip to content

Releases: CasperWA/turtle-canon

v0.1.1

19 Feb 20:06

Choose a tag to compare

Changelog

v0.1.1 (2025-02-19)

Full Changelog

Upgrade package metadata and basic support

Expand Python version support to include 3.11, 3.12, and 3.13.

Update CI/CD workflows to properly update support for the latest RDFLib versions.

First release on PyPI.

Implemented enhancements:

  • Publish on PyPI #253
  • Open Python version support #249

Fixed bugs:

  • Fix wrong version change regex in release workflow #256

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

v0.1.0

12 Jan 12:25
v0.1.0
8e92d38

Choose a tag to compare

Modernize and upgrade to Python 3.10

First proper release.
The pre-commit hook now supports only Python 3.10 and the code base has been modernized since its inception.

Changelog

v0.1.0 (2024-01-12)

Full Changelog

Implemented enhancements:

  • Upgrade minimum Python support to 3.10 #178
  • Refresh Python code #177
  • Support passing several files to CLI #21
  • Create pre-commit hook for Turtle Canon #19
  • Update code base for code coverage #13
  • Use rdflib directly #2
  • Unit tests #1
  • New tests for different sources #15 (@CasperWA)
  • Add codecov config file + checks for it #11 (@CasperWA)
  • Extend tests #7 (@CasperWA)

Fixed bugs:

  • RDFLib vulnerability #71
  • GH GraphQL type issue for auto-merge workflow #42
  • New updates to RDFlib not reflected in testing #30
  • Use Python 3.9 in CI #24

Closed issues:

  • Instantiate git profile in CI updating dependency #92
  • pylint is failing #56
  • Have dependabot use correct labels #9

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator