We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5baaae commit 5ebe917Copy full SHA for 5ebe917
2 files changed
CHANGELOG.rst
@@ -0,0 +1,11 @@
1
+1.0.0.1
2
+=====
3
+* fixed go live tests
4
+* fixed go generated code for map of <type>
5
+* added tests of map of <type>
6
+
7
+1.0.0.0
8
9
+* Initial version.
10
11
mapry_meta.py
@@ -5,7 +5,7 @@
'Generate polyglot code for de/serializing object graphs '
'from JSONable structures.')
__url__ = 'http://github.com/Parquery/mapry'
-__version__ = '1.0.0.0'
+__version__ = '1.0.0.1'
__author__ = 'Marko Ristin'
__author_email__ = 'marko.ristin@gmail.com'
__license__ = 'MIT'
0 commit comments