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 e28448c commit 0376193Copy full SHA for 0376193
changelog.txt
@@ -1 +1,2 @@
1
+2019-10-27: Fixed published shard
2
2018-05-10: Added colors for some data types and support for Symbol
shard.yml
@@ -1,9 +1,9 @@
name: awesome_print
-version: 0.1.6
+version: 0.1.7
3
4
authors:
5
- Evandro Junior <[email protected]>
6
7
-crystal: 0.24.2
+crystal: 0.31.1
8
9
license: MIT
src/awesome_print/version.cr
@@ -1,3 +1,3 @@
module AwesomePrint
- VERSION = "0.1.6"
+ VERSION = "0.1.7"
end
0 commit comments