Skip to content

v0.36.0

Choose a tag to compare

@hegel-release hegel-release released this 02 Sep 19:54
· 37 commits to main since this release
Immutable release. Only release title and notes can be modified.

This release makes generated times and datetimes nanosecond resolution instead of microsecond.

extras::jiff::times() now generates every jiff::civil::Time. A range whose bounds are between two consecutive microseconds is no longer an error.

libhegel C ABI

This release changes hegel_time_t from microsecond to nanosecond resolution. The microsecond field (in [0, 999999]) is now nanosecond (in [0, 999999999]). hegel_generate_time and hegel_generate_datetime now also draw whole nanoseconds.