-
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.
- Loading branch information
Nakamura Kazutaka
committed
Jan 2, 2024
1 parent
d14f3ce
commit ea06a51
Showing
1 changed file
with
6 additions
and
7 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,14 +1,13 @@ | ||
|
||
v0.1.0 release: | ||
v0.1.1 release: | ||
|
||
first release with basic features: | ||
features: | ||
|
||
- Generate or Cast to UUIDv7 | ||
- Cast from UUIDv7 to timestamptz | ||
|
||
lots of code is copied and modified from these following repositories: | ||
changes: | ||
|
||
- [pg_uuidv7](https://github.com/craigpastro/pg_uuidv7) | ||
- [pgx_ulid](https://github.com/pksunkara/pgx_ulid) | ||
|
||
Thank you. | ||
- Refine build process. | ||
- Build for PostgreSQL 16(only) | ||
- Add a function, uuid_get_version |