Skip to content

Releases: curegit/reification

v1.2.1

05 Mar 01:51

Choose a tag to compare

  • Fix project's homepage URL

v1.2.0

05 Mar 01:45

Choose a tag to compare

  • Publish MkDocs site
  • Setup CI
  • Update documentation (including docstring)

v1.1.0

27 Oct 13:29

Choose a tag to compare

  • Fix passing arguments to Reified constructor (__new__) raises an error.
  • Changed to TypeError is raised if instantiating Reified directly instead of RuntimeError.

v1.0.12

18 Oct 11:14

Choose a tag to compare

  • Tested with Python 3.14
  • Update packaging metadata

v1.0.11

26 May 15:40

Choose a tag to compare

  • Refactor unit tests

v1.0.10

12 Apr 04:33

Choose a tag to compare

  • Update packaging metadata to meet PEP 639

v1.0.9

27 Feb 14:55

Choose a tag to compare

  • Fix Makefile testcov target

v1.0.8

27 Feb 14:46

Choose a tag to compare

  • Fix Makefile clean target

v1.0.7

27 Feb 13:33

Choose a tag to compare

  • Add test coverage metrics support to Makefile
  • Improve the unit testing coverage

v1.0.6

27 Jan 11:51

Choose a tag to compare

  • Improve docstring
  • Update README
  • Update unit tests