version advance 0.3.2

This commit is contained in:
Yusur 2025-06-18 10:04:04 +02:00
parent 121fbe83b0
commit 01d0464da2
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 0.3.1
## 0.3.2
- Fixed bugs in Snowflake generation and serialization of negative values

View file

@ -27,7 +27,7 @@ from .itertools import makelist, kwargs_prefix, ltuple, rtuple, additem
from .i18n import I18n, JsonI18n, TomlI18n
from .snowflake import Snowflake, SnowflakeGen
__version__ = "0.3.1"
__version__ = "0.3.2"
__all__ = (
'Siq', 'SiqCache', 'SiqType', 'SiqGen', 'StringCase',