Skip to content

Commit 596e57d

Browse files
committed
Increment to v1.3.0
1 parent f0722f0 commit 596e57d

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

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.2.2 2022-08-12T21:19:38Z
3+
1.3.0 2022-08-12T22:09:13Z
44
- Fixed an issue when testing Firebird on a host with Firebird installed
55
but no `isql`, and when using a local Firebird (e.g., the Engine12
66
provider), which allows only one connection at a time. Thanks to Slaven

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
App/Sqitch version v1.2.2
1+
App/Sqitch version v1.3.0
22
=========================
33

44
| Release | Coverage | Database ||

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = App-Sqitch
22
license = MIT
33
copyright_holder = "iovation Inc., David E. Wheeler"
44
copyright_year = 2012-2022
5-
version = v1.2.2
5+
version = v1.3.0
66

77
[GatherDir]
88
exclude_filename = dist/cpanfile

dist/sqitch.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sqitch
2-
Version: 1.2.2
2+
Version: 1.3.0
33
Release: 1%{?dist}
44
Summary: Sensible database change management
55
License: MIT
@@ -309,7 +309,7 @@ also be installed.
309309
# No additional files required.
310310

311311
%changelog
312-
* Fri Aug 12 2022 David E. Wheeler <[email protected]> 1.2.2-1
312+
* Fri Aug 12 2022 David E. Wheeler <[email protected]> 1.3.0-1
313313
- Add Test::Exit build requirement.
314314
- Upgrade URI::db to v0.20.
315315
- Increased minimal MySQL version to 5.1.

po/App-Sqitch.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: App-Sqitch v1.2.2\n"
9+
"Project-Id-Version: App-Sqitch v1.3.0\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2022-08-12 16:04-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

xt/release.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ First, update the sources so that everything is up-to-date.
3333
```
3434

3535
* Proofread Changes and fix any spelling or grammatical errors, and edit
36-
descriptions to minimize confusion.
36+
descriptions to minimize confusion. Consider whether the changes constitute
37+
a major, minor, or patch update, and increment the appropriate [semver]
38+
parts (`major.minor.patch`) accordingly.
3739

3840
* Update copyright dates if a year has turned over since the last release:
3941

@@ -226,6 +228,7 @@ Also add a line for the new version (without the pre-release part) to the top of
226228
the `Changes` file. Then commit and push the changes and you're done! Time to
227229
start work on the next release. Good luck!
228230

231+
[semver]: https://semver.org/
229232
[workflow actions]: https://github.com/sqitchers/sqitch/actions
230233
[Release action]: https://github.com/sqitchers/sqitch/actions/workflows/release.yml
231234
[GitHub release]: https://github.com/sqitchers/sqitch/releases

0 commit comments

Comments
 (0)