python-ulid v3.1.0 Release Notes
Release Date: 2025-08-18 // 10 months agoPrevious changes from v3.0.0
-
🔄 Changed
- Raise
TypeErrorinstead ofValueErrorif constructor is called with value of wrong type. - ⚡️ Update
rufflinter rules and switch tohatch fmt.
➕ Added
- ➕ Added ULID.parse()-method, which allows creating a ULID-instance from an arbitrary supported input value. @perrotuerto #29
🛠 Fixed
- 📚 Documentation bug in the example of ULID.milliseconds() @tsugumi-sys #30
- Raise