diff --git a/Changes b/Changes index e8b01ff..b7fe8af 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,9 @@ Revision history for PostgreSQL extension semver. - Fixed a bug that rejected pre-releases starting with a zero but eventually include a dash, e.g., `1.2.3-02-3`. Thanks to Dylan Bourque for the pull request (#70)! + - Fixed a bug in the scanning of pre-releases that start with a zero. + It now properly scans the rest of the pre-release string. Discovered + while debugging unexpected test failures in #70. 0.32.1 2023-08-01T23:20:31Z - Fixed compilation issue on Postgres 16.