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 56de684 commit a36e71bCopy full SHA for a36e71b
shard.yml
@@ -6,6 +6,6 @@ authors:
6
description: |
7
Crystal bindings to the XZ (lzma) compression library.
8
9
-crystal: 0.33.0
+crystal: 0.34.0
10
11
license: MIT
src/xz.cr
@@ -2,7 +2,7 @@
2
require "semantic_version"
3
4
module XZ
5
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
LZMA_VERSION = SemanticVersion.parse String.new(LZMA.version_string)
LZMA_VERSION_MINIMUM = SemanticVersion.parse("5.2.4")
0 commit comments