1.4.1: 2026-08-21
    [Fixed]:
    - pytest plugin shouldn't change assertion errors for non-cmplib assertions.
    - failure reporting improvements

1.4.0: 2026-08-20

    [Added]
    - Reporting of failed matchers for compound matchers is improved:
        - introduced assert_eq and assert_ne which nicely report errors
        - introduced pytest plugin which also nicely reports assertion errors
    - Seq() matcher (composed from Len + KeyEq matchers)
    - Falsy() matcher

    [Fixed]:
    - IsUnique.clear() should reset cache of all created IsUnique instances
    - Fix IsuUnique thread safety.

1.3.2: 2026-08-18:

    [Changed]
    - added docstrings

1.3.1: 2026-03-10

    [Fixed]
    - Fix borked __repr__ of Unordered

1.3.0: 2024-07-01

    [Added]
    - Glob() string matcher
    - Re() string matcher

    [Fixed]:
    - Prevent exporting of modules imported bby cmplib

1.2.0: 2024-05-20

    [Added]
    - Items() matcher (composed from KeyEq matchers)

    [Fixed]
    - KeyEq properly handles out-of-range checks for lists

1.1.0: 2024-05-20

    License change to LGPL-3.0-only

    [Added]
    - Is() to check equality of instances of objects


0.1.0: 2024-03-10

    Initial release
