python-ulid v1.1.0 Release Notes

Release Date: 2022-03-10 // about 2 years ago
  • โž• Added

    * โž• Added support for Python 3.10.
    * ๐Ÿ”– Added :attr:`__version__` variable to package.
    

Previous changes from v1.0.3

  • โž• Added

    * Enable tool based type checking as described in `PEP-0561`_ by adding the ``py.typed`` marker.
    
    ๐Ÿ”„ Changed
    
    • ๐Ÿ‘‰ Use GitHub actions instead of Travis.