Skip to content

Commit e8cef95

Browse files
committed
Autocommit for distribution Perl5::CoreSmokeDB 1.02 (minor)
1 parent e09a974 commit e8cef95

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Changes

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,29 @@ Changes on 2023-04-29 for repository at:
44

55
Enjoy!
66

7-
1.01_01 2023-04-29T16:56:55+02:00 (4abdbee => Abe Timmerman)
7+
1.02 2023-04-29T17:19:59+02:00 (99977b8 => Abe Timmerman)
8+
- (Abe Timmerman, Sat, 29 Apr 2023 17:19:59 +0200) Autocommit for
9+
distribution Perl5::CoreSmokeDB 1.02 (minor)
10+
11+
1.01_01 2023-04-29T16:56:55+02:00 (c1eeaeb => Abe Timmerman)
812
- (Abe Timmerman, Sat, 29 Apr 2023 16:56:55 +0200) Autocommit for
913
distribution Perl5::CoreSmokeDB 1.01_01 (test)
1014

15+
- (Abe Timmerman, Sat, 29 Apr 2023 17:16:26 +0200) Merge branch 'preview'
16+
1117
1.01 2022-10-15T14:45:33+02:00 (15af291 => Abe Timmerman)
1218
- (Abe Timmerman, Sat, 15 Oct 2022 14:45:33 +0200) Autocommit for
1319
distribution Perl5::CoreSmokeDB 1.01 (minor)
1420

1521
- (Abe Timmerman, Sat, 15 Oct 2022 20:35:26 +0200) Add the parameter for
1622
building different branches
1723

24+
- (Abe Timmerman, Sun, 16 Oct 2022 13:18:42 +0200) Fix typo in Jenkinsfile
25+
- It prevented the deploy to production.
26+
27+
- (Abe Timmerman, Sun, 16 Oct 2022 20:19:24 +0200) Fix the documentation
28+
in README.md
29+
1830
- (Abe Timmerman, Sat, 29 Apr 2023 16:31:07 +0200) No tabs in the
1931
Jenkinsfile
2032

lib/Perl5/CoreSmokeDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33
use strict;
44
use lib 'lib';
55

6-
our $VERSION = '1.01_01';
6+
our $VERSION = '1.02';
77

88
use Dancer2;
99
use Dancer2::Plugin::DBIC;

0 commit comments

Comments
 (0)