We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7cc98f commit 7921cdcCopy full SHA for 7921cdc
changes.rst
@@ -1,5 +1,14 @@
1
.. currentmodule:: bitproto
2
3
+Version 1.2.2
4
+-------------
5
+
6
+.. _version-1.2.2:
7
8
+Warning: May break some existing projects's generated names:
9
10
+- Improve `snake_case` function. #74, #75
11
12
Version 1.2.1
13
-------------
14
compiler/bitproto/__init__.py
@@ -8,5 +8,5 @@
"""
-__version__ = "1.2.1"
+__version__ = "1.2.2"
__description__ = "bit level data interchange format."
0 commit comments