Skip to content

2.0.0

Compare
Choose a tag to compare
@mdomke mdomke released this 20 Sep 18:05
· 52 commits to main since this release
2.0.0
b80a97f

Added

  • New command line interface to easily generate and inspect ULIDs from the terminal

      $ ulid build
      01HASJFZZ862S826DA2NJK4WMT
    
      $ ulid show 01HASJFZZ862S826DA2NJK4WMT
      ULID:      01HASJFZZ862S826DA2NJK4WMT
      Hex:       018ab327ffe830b28119aa156532729a
      Int:       2049398682679492051963931130707735194
      Timestamp: 1695222857.704
      Datetime:  2023-09-20 15:14:17.704000+00:00

    The CLI can also be invoked as a module python -m ulid. For more information see ulid --help.

  • Make ULID-instances hashable @bendykst #4 #3

  • Added support for Python 3.11.

Changed

  • Dropped support for Python 3.7 and 3.8.