Skip to content

Commit 980c893

Browse files
committed
:shipit: v0.5.0
1 parent 6ebbc65 commit 980c893

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CHANGELOG for gn_uuid
2+
=====================
3+
4+
v0.5.0
5+
------
6+
7+
Original release. I start with highish number to indicate that this gem is
8+
not expected to go through many changes, as it uses very stable specification

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ uses `globalnames.org` domain for DNS namespace. There is a 1:1 relationship
1212
between the string and the corresponding UUID, so it allows globally connect
1313
data about a name string originated from independent sources without a need
1414
to negotiate identifiers. You can find more information about UUID v5 from
15-
the original [Request for Comment][rfc] document.
15+
the original [RFC4122][rfc] document.
1616

1717
Installation
1818
------------

lib/gn_uuid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# UUID version 5 with DNS|globalnames.org namespace
22
module GnUUID
3-
VERSION = "0.1.0"
3+
VERSION = "0.5.0"
44

55
def self.version
66
VERSION

0 commit comments

Comments
 (0)