Skip to content

Commit

Permalink
Increment to and timestamp v0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 1, 2023
1 parent 598a386 commit 0395d69
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for PostgreSQL extension semver.

0.32.1
0.32.1 2023-08-01T23:20:31Z
- Fixed compilation issue on Postgres 16.

0.32.0 2022-10-23T21:53:54Z
Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "semver",
"abstract": "A semantic version data type",
"description": "A Postgres data type for the Semantic Version format with support for btree and hash indexing.",
"version": "0.32.0",
"version": "0.32.1",
"maintainer": [
"David E. Wheeler <[email protected]>",
"Sam Vilain <[email protected]>",
Expand All @@ -15,7 +15,7 @@
"abstract": "A semantic version data type",
"file": "sql/semver.sql",
"docfile": "doc/semver.mmd",
"version": "0.32.0"
"version": "0.32.1"
}
},
"prereqs": {
Expand Down
2 changes: 1 addition & 1 deletion doc/semver.mmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
semver 0.32.0
semver 0.32.1
=============

Synopsis
Expand Down
2 changes: 1 addition & 1 deletion semver.control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# semver extension
comment = 'Semantic version data type'
default_version = '0.32.0'
default_version = '0.32.1'
module_pathname = '$libdir/semver'
relocatable = true

0 comments on commit 0395d69

Please sign in to comment.