We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc004e6 commit d1931d6Copy full SHA for d1931d6
shard.yml
@@ -1,12 +1,12 @@
1
name: csuuid
2
-version: 0.2.5
+version: 0.3.0
3
4
authors:
5
- Kirk Haines <[email protected]>
6
7
crystal: "*"
8
9
-license: MIT
+license: "Apache 2.0"
10
11
dependencies:
12
time-ext:
src/csuuid.cr
@@ -40,7 +40,7 @@ require "crystal/spin_lock"
40
# ```
41
#
42
struct CSUUID
43
- VERSION = "0.2.5"
+ VERSION = "0.3.0"
44
45
@@mutex = Crystal::SpinLock.new
46
@@prng = Random::ISAAC.new
0 commit comments