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 4908822 commit a832898Copy full SHA for a832898
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.12.0 (August 4, 2018)
4
+
5
+BREAKING CHANGE:
6
+ - Write empty (non-nil) struct pointers, unless (is list element and empty_elements isn't set) #206
7
8
## 0.11.1 (July 17, 2018)
9
10
IMPROVEMENTS:
version.go
@@ -1,4 +1,4 @@
package amino
// Version
-const Version = "0.11.1"
+const Version = "0.12.0"
0 commit comments