Skip to content

Commit

Permalink
docs: update changelog to v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Dec 15, 2023
1 parent 45b0c4f commit 268caea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.4.1](https://github.com/fboulnois/pg_uuidv7/compare/v1.4.0...v1.4.1) - 2023-12-15

### Fixed

* Split into build and deploy stages

## [v1.4.0](https://github.com/fboulnois/pg_uuidv7/compare/v1.3.0...v1.4.0) - 2023-11-28

### Added
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "pg_uuidv7",
"abstract": "Create UUIDv7 values in Postgres",
"version": "1.4.0",
"version": "1.4.1",
"maintainer": "fboulnois <[email protected]>",
"license": "open_source",
"provides": {
"pg_uuidv7": {
"abstract": "Create UUIDv7 values in Postgres",
"file": "sql/pg_uuidv7--1.4.sql",
"docfile": "README.md",
"version": "1.4.0"
"version": "1.4.1"
}
},
"resources": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ directory
```sh
# example shell script to install pg_uuidv7
cd "$(mktemp -d)"
curl -LO "https://github.com/fboulnois/pg_uuidv7/releases/download/v1.4.0/{pg_uuidv7.tar.gz,SHA256SUMS}"
curl -LO "https://github.com/fboulnois/pg_uuidv7/releases/download/v1.4.1/{pg_uuidv7.tar.gz,SHA256SUMS}"
tar xf pg_uuidv7.tar.gz
sha256sum -c SHA256SUMS
PG_MAJOR=$(pg_config --version | sed 's/^.* \([0-9]\{1,\}\).*$/\1/')
Expand Down

0 comments on commit 268caea

Please sign in to comment.