-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prep for and timestamp v1.4.1 release
- Loading branch information
Showing
73 changed files
with
341 additions
and
336 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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) | ||
|
@@ -309,6 +309,10 @@ also be installed. | |
# No additional files required. | ||
|
||
%changelog | ||
* Sun Feb 4 2024 David E. Wheeler <[email protected]> 1.4.1-1 | ||
- Upgrade to v1.4.1. | ||
- Upgrade Test::Warn to 0.31 | ||
|
||
* Mon Aug 1 2023 David E. Wheeler <[email protected]> 1.4.0-1 | ||
- Upgrade to v1.4.0. | ||
- Incrmented minimal DBI to 1.631. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -904,7 +904,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -771,7 +771,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -543,7 +543,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -359,7 +359,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,7 +176,7 @@ Matthieu Foucault <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -642,7 +642,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -221,7 +221,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -315,7 +315,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,7 +268,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -350,7 +350,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -332,7 +332,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -175,7 +175,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -269,7 +269,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -313,7 +313,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -181,7 +181,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -409,7 +409,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,7 +183,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -314,7 +314,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -124,7 +124,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -182,7 +182,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,7 +208,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -191,7 +191,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2759,7 +2759,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -572,7 +572,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -996,7 +996,7 @@ David E. Wheeler <[email protected]> | |
=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 | ||
|
Oops, something went wrong.