-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change FromHex() to more powerful Parse() (#4)
* Migrate code and adopt new package name * Change FromHex() to more powerful Parse() * Adopt changes in CHANGELOG
- Loading branch information
Showing
4 changed files
with
147 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
# Changelog | ||
|
||
## v0.1.0 | ||
## v0.1.1 (2021-08-30) | ||
|
||
* Migrated UUID code from former DSA Identifier package. | ||
* Renamed FromHex() to Parse() and improved it | ||
|
||
## v0.1.0 (2021-08-28) | ||
|
||
* Migrated UUID code from former DSA Identifier package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module tideland.dev/go/uuid | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require tideland.dev/go/audit v0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters