Skip to content

Commit d99220d

Browse files
committed
Prepare for v1.6.1 release
* Update translation dictionaries * Update copyright statements * Remove `-dev` from version * Timestamp Changelog and sqitch.spec
1 parent ff121ca commit d99220d

74 files changed

Lines changed: 100 additions & 97 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for Perl extension App::Sqitch
22

3-
1.6.1 Not Yet Released
3+
1.6.1 2026-01-06T18:07:23Z
44
- Fixed some ancient typos in sqitchtutorial-sqlite, with thanks to @ovid
55
for the report!
66
- Updated ClickHouse logic to always specify "default" as the hostname

LICENSE.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 2 additions & 2 deletions

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = App-Sqitch
22
license = MIT
33
copyright_holder = "David E. Wheeler, iovation Inc."
4-
copyright_year = 2012-2025
4+
copyright_year = 2012-2026
55
version = v1.6.1
66

77
[GatherDir]

dist/cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.033
1+
# This file is generated by Dist::Zilla::Plugin::CPANFile v6.036
22
# Do not edit this file directly. To change prereqs, edit the `dist.ini` file.
33

44
requires "Algorithm::Backoff::Exponential" => "0.006";

dist/sqitch.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sqitch
2-
Version: 1.6.1-dev
2+
Version: 1.6.1
33
Release: 1%{?dist}
44
Summary: Sensible database change management
55
License: MIT
@@ -330,6 +330,9 @@ driver also be installed.
330330
# No additional files required.
331331

332332
%changelog
333+
* Tue Jan 6 2026 David E. Wheeler <[email protected]> 1.6.1-1
334+
- Upgrade to v1.1.6.1.
335+
333336
* Mon Oct 6 2025 David E. Wheeler <[email protected]> 1.6.0-1
334337
- Upgrade to v1.1.6.0.
335338
- Add sqitch-clickhouse package.

lib/App/Sqitch.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ David E. Wheeler <[email protected]>
905905
906906
=head1 License
907907
908-
Copyright (c) 2012-2025 David E. Wheeler, 2012-2021 iovation Inc.
908+
Copyright (c) 2012-2026 David E. Wheeler, 2012-2021 iovation Inc.
909909
910910
Permission is hereby granted, free of charge, to any person obtaining a copy
911911
of this software and associated documentation files (the "Software"), to deal

lib/App/Sqitch/Command.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ David E. Wheeler <[email protected]>
774774
775775
=head1 License
776776
777-
Copyright (c) 2012-2025 David E. Wheeler, 2012-2021 iovation Inc.
777+
Copyright (c) 2012-2026 David E. Wheeler, 2012-2021 iovation Inc.
778778
779779
Permission is hereby granted, free of charge, to any person obtaining a copy
780780
of this software and associated documentation files (the "Software"), to deal

lib/App/Sqitch/Command/add.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ David E. Wheeler <[email protected]>
543543
544544
=head1 License
545545
546-
Copyright (c) 2012-2025 David E. Wheeler, 2012-2021 iovation Inc.
546+
Copyright (c) 2012-2026 David E. Wheeler, 2012-2021 iovation Inc.
547547
548548
Permission is hereby granted, free of charge, to any person obtaining a copy
549549
of this software and associated documentation files (the "Software"), to deal

lib/App/Sqitch/Command/bundle.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ David E. Wheeler <[email protected]>
359359
360360
=head1 License
361361
362-
Copyright (c) 2012-2025 David E. Wheeler, 2012-2021 iovation Inc.
362+
Copyright (c) 2012-2026 David E. Wheeler, 2012-2021 iovation Inc.
363363
364364
Permission is hereby granted, free of charge, to any person obtaining a copy
365365
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)