Skip to content

Commit

Permalink
Prep for and timestamp v1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 4, 2024
1 parent 47a3d75 commit 34c8a3b
Show file tree
Hide file tree
Showing 73 changed files with 341 additions and 336 deletions.
10 changes: 5 additions & 5 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Perl extension App::Sqitch

1.4.1
1.4.1 2024-02-04T16:35:32Z
- Removed the quoting of the role and warehouse identifiers that was
added to the Snowflake engine in v1.4.0. Turns out Snowflake allows a
warehouse to be specified in a different database, in which case dots
Expand All @@ -17,14 +17,14 @@ Revision history for Perl extension App::Sqitch
- Removed the duplicate change name from the output of the list of
changes to be deployed or reverted with `-VV`. Thanks to Erik Wienhold
for the PR (#787)!
- Fixed invalid template resolution when adding a singe to multiple
engines at once. Thanks to Christian Riedel for the detailed bug report
(#795)!
- Fixed invalid template resolution when adding a singe change to
multiple engines at once. Thanks to Christian Riedel for the detailed
bug report (#795)!
- Fixed Oracle and Firebird test failures due to incorrect use of `chmod`.
Thanks to Slaven Rezić for the report and the fix (#807)!
- Tests now require Test::Warn 0.31 or later, as newline handling issues
cause test failures in earlier versions. Thanks to Slaven Rezić for the
test reports and identifying the issue.
test reports and for identifying the issue.
- Updated the locale configuration to fix issues in more recent versions
of Perl, and added tests to ensure that the sqitch CLI executes and
properly emits localized messages (except on Windows, where the language
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2012-2023 iovation, Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation, Inc., David E. Wheeler

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
App/Sqitch version v1.4.1-dev
App/Sqitch version v1.4.1
=========================

| Release | Coverage | Database ||
Expand Down Expand Up @@ -138,7 +138,7 @@ Linux distributions and Windows, see the [Installation documentation].
License
-------

Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = App-Sqitch
license = MIT
copyright_holder = "iovation Inc., David E. Wheeler"
copyright_year = 2012-2023
copyright_year = 2012-2024
version = v1.4.1

[GatherDir]
Expand Down
2 changes: 1 addition & 1 deletion dist/cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ on 'test' => sub {
requires "Test::MockObject::Extends" => "0";
requires "Test::More" => "0.94";
requires "Test::NoWarnings" => "0.083";
requires "Test::Warn" => "0";
requires "Test::Warn" => "0.31";
requires "base" => "0";
requires "lib" => "0";
};
Expand Down
8 changes: 6 additions & 2 deletions dist/sqitch.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sqitch
Version: 1.4.1-dev
Version: 1.4.1
Release: 1%{?dist}
Summary: Sensible database change management
License: MIT
Expand Down Expand Up @@ -72,7 +72,7 @@ BuildRequires: perl(Test::MockModule) >= 0.17
BuildRequires: perl(Test::MockObject::Extends) >= 1.20180705
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::NoWarnings) >= 0.083
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Test::Warn) >= 0.31
BuildRequires: perl(Throwable) >= 0.200009
BuildRequires: perl(Time::HiRes)
BuildRequires: perl(Try::Tiny)
Expand Down Expand Up @@ -309,6 +309,10 @@ also be installed.
# No additional files required.

%changelog
* Sun Feb 4 2024 David E. Wheeler <david@justatheory.com> 1.4.1-1
- Upgrade to v1.4.1.
- Upgrade Test::Warn to 0.31

* Mon Aug 1 2023 David E. Wheeler <david@justatheory.com> 1.4.0-1
- Upgrade to v1.4.0.
- Incrmented minimal DBI to 1.631.
Expand Down
7 changes: 6 additions & 1 deletion inc/Menlo/Sqitch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ sub remove_build_dependencies {
# dev/dependency_report.
__DATA__
Build-only dependencies
Alien-Build
Alien-cmake3
Archive-Tar
Archive-Zip
CPAN
Expand Down Expand Up @@ -110,13 +112,15 @@ Build-only dependencies
ExtUtils-MakeMaker
ExtUtils-MakeMaker-CPANfile
ExtUtils-ParseXS
FFI-CheckLib
File-Fetch
File-Find-Rule
File-Find-Rule-Perl
File-HomeDir
File-Listing
File-ShareDir-Install
File-Slurper
File-chdir
File-pushd
HTML-Parser
HTML-Tagset
Expand Down Expand Up @@ -144,7 +148,6 @@ Build-only dependencies
Log-Log4perl
Math-Base-Convert
Math-BigInt
Math-BigRat
Math-Complex
Menlo
Menlo-Legacy
Expand All @@ -163,6 +166,7 @@ Build-only dependencies
Number-Compare
Params-Check
Parse-PMFile
Path-Tiny
Perl-Tidy
Pod-Coverage
SQL-Statement
Expand All @@ -187,6 +191,7 @@ Build-only dependencies
Tie-File
Tie-Handle-Offset
TimeDate
Unicode-UTF8
WWW-RobotRules
Win32-ShellQuote
XML-DOM
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/add.pm
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/bundle.pm
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/check.pm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Matthieu Foucault <matthieu@button.is>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler, Button Inc.
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler, Button Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/checkout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ The Sqitch command-line client.
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Copyright (c) 2012-2013 Ronan Dunklau
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/deploy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/engine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/help.pm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/init.pm
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/log.pm
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/plan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/rebase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/revert.pm
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/rework.pm
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/show.pm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/status.pm
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/tag.pm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/target.pm
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/upgrade.pm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Command/verify.pm
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/DateTime.pm
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2759,7 +2759,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/cockroach.pm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/exasol.pm
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion lib/App/Sqitch/Engine/firebird.pm
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ David E. Wheeler <david@justatheory.com>
=head1 License
Copyright (c) 2012-2023 iovation Inc., David E. Wheeler
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Copyright (c) 2013 Ștefan Suciu
Expand Down
Loading

0 comments on commit 34c8a3b

Please sign in to comment.