Skip to content

Commit

Permalink
bump: Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Jun 28, 2024
1 parent b8b704e commit 6418a62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.1.0

### Features

- You can now generate v6 UUIDs (specified by RFC 9562) using `Uuid.v6()`

## 1.0.1

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: sane_uuid
description: >
A sane UUID implementation with support for generating and handling v1, v4 and v5 UUIDs according to RFC4122.
version: 1.0.1
version: 1.1.0
homepage: https://github.com/BjoernPetersen/sane_uuid

environment:
Expand Down

0 comments on commit 6418a62

Please sign in to comment.