Skip to content

Releases: mortymacs/abcmeta

v2.2.1

03 Nov 09:14
871f4a4
Compare
Choose a tag to compare

Added:

  • Support Python3.13

Breaking changes:

  • Drop supporting Python3.8 and 3.9

v2.2.0

10 Dec 15:18
Compare
Choose a tag to compare

Changes:

  • Supports Python3.12
  • Stop supporting Python3.6
  • Replace 'Text' with 'str' type
  • Fix README badges

v2.1.1

22 Nov 16:16
3fea18d
Compare
Choose a tag to compare

Support Python3.11

v2.1.0

25 Sep 23:12
8db321c
Compare
Choose a tag to compare

Changes:
Catch multiple errors at once instead of showing only one at a time, by @KyleKing
Show the error number on every error

Fixes:
Fix the newline character.
Fix pipeline.

v2.0.0

01 May 14:48
e9ed3dc
Compare
Choose a tag to compare
  • Rename ABCMeta to ABC
  • Add more tests
  • Support Python 3.10

Update Exception Message

10 Jul 22:06
Compare
Choose a tag to compare
v1.0.2

Add class name in method-not-implemented exception

First release

02 Jul 13:56
Compare
Choose a tag to compare
v1.0.1

Update the version