From 7fd9ff208650dfae8569a500edca32fdca4a10d9 Mon Sep 17 00:00:00 2001 From: "David E. Wheeler" Date: Tue, 4 Jun 2019 07:57:45 -0400 Subject: [PATCH] Timestamp v1.0.0. --- Changes | 20 ++++++++++---------- dist/sqitch.spec | 7 +++++++ 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/Changes b/Changes index fc3b96e9e..286611731 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension App::Sqitch -1.0.0 +1.0.0 2019-06-04T12:56:22Z - Fixed test failure due to a hard-coded system error that may be localized on non-en-US hosts. Thanks to Slaven Rezić for the catch (#427). @@ -12,8 +12,8 @@ Revision history for Perl extension App::Sqitch - Removed use of File::HomeDir, thanks to a PR from Karen Etheridge (#433). - Updated the tagline from "Sane database change management" to "Sensible - database change management" out of sensitivity to sufferers of mental - illness (#435). + database change management" out of sensitivity to those subject to + mental illness (#435). - Removed double-quoting of SQLite commands on Windows, inadvertently added by the workaround for Windows quoting in v0.9999. - Fixed a Snowflake issue where Sqitch failed to recognize the proper @@ -55,13 +55,13 @@ Revision history for Perl extension App::Sqitch - Fixed an issue where a wayward newline in some versions of SQLite prevented Sqitch from parsing the version. Thanks to Kivanc Yazan for the report (#465) and the fix (#465)! - - Fixed an error when Sqitch was run on a system without a valid username, - such as some Docker environments. Thanks to Ferdinand Salis for the - report (#459)! - - When Sqitch finds the registry does not exist on PostgreSQL, it now sends - a warning to the PostgreSQL log reporting that it will initialize the - database. This is to reduce confusion for folks watching the PostgreSQL - error log while Sqitch runs (#314). + - Fixed an error when Sqitch was run on a system without a valid + username, such as some Docker environments. Thanks to Ferdinand Salis + for the report (#459)! + - When Sqitch finds the registry does not exist on PostgreSQL, it now + sends a warning to the PostgreSQL log reporting that it will initialize + the database. This is to reduce confusion for folks watching the + PostgreSQL error log while Sqitch runs (#314). 0.9999 2019-02-01T15:29:40Z [Bug Fixes] diff --git a/dist/sqitch.spec b/dist/sqitch.spec index 1bbe578e5..8cfa9e68c 100644 --- a/dist/sqitch.spec +++ b/dist/sqitch.spec @@ -305,6 +305,13 @@ also be installed. # No additional files required. %changelog +* Tue Jun 4 2019 David E. Wheeler 1.0.0-1 +- Upgrade to v1.0.0. +- Config::GitLike now requires v1.15. +- Test::MockModule now requires v0.17. +- Removed File::HomeDir. +- Changed "sane" to "sensible" in the summary. + * Fri Feb 1 2019 David E. Wheeler 0.9999-1 - Upgrade to v0.9999. - Added requirement for IO::Pager 0.34 or higher.