From ea06a51119d1a5dd0030cb95f578241dcda5e33e Mon Sep 17 00:00:00 2001 From: Nakamura Kazutaka Date: Tue, 2 Jan 2024 13:44:43 +0900 Subject: [PATCH] update --- RELEASE_NOTE.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 7ca83d1..5676d03 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -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