Skip to content

Commit 872bf5a

Browse files
committed
release: 0.3.0
1 parent 8e325ab commit 872bf5a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 0.3.0
2+
3+
- feat: improve alphabet set
4+
15
## 0.2.0
26

3-
- change default random length from 8 to 13 to match UUIDv7
7+
- feat: change default random length from 8 to 13 to match UUIDv7
48

59
## 0.1.0
610

pubspec.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
name: tempoid
22
description: A library to generate URL-friendly, unique, and short IDs that are sortable by time. Inspired by nanoid and UUIDv7.
3-
version: 0.2.0
3+
version: 0.3.0
44
repository: https://github.com/temporal-id/tempoid-dart
55
homepage: https://tempoid.dev
6+
topics:
7+
- id
8+
- identifier
9+
- uuid
10+
- random
11+
- nanoid
12+
funding:
13+
- https://github.com/sponsors/Tienisto/
614

715
environment:
816
sdk: ^3.3.0

0 commit comments

Comments
 (0)