File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : true
20
20
matrix :
21
21
php :
22
- - " 8.1 "
22
+ - " 8.2 "
23
23
24
24
steps :
25
25
- name : Checkout
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ v1.2.2] - 2024-07-12
9
+
8
10
### Added
9
11
10
12
- Attested dist builds.
@@ -55,7 +57,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
57
## v1.0.0 - 2017-04-03
56
58
- First release.
57
59
58
- [ Unreleased ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...HEAD
60
+ [ Unreleased ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.2...HEAD
61
+ [ v1.2.2 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...v1.2.2
59
62
[ v1.2.1 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...v1.2.1
60
63
[ v1.2.0 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.1.2...v1.2.0
61
64
[ v1.1.2 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.1.1...v1.1.2
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ if ((new OsHelper())->isWindows()) {
44
44
45
45
define ('HOME_DIRECTORY ' , $ homeDiretory );
46
46
define ('WORKING_DIRECTORY ' , getcwd ());
47
- define ('VERSION ' , '1.2.1 ' );
47
+ define ('VERSION ' , '1.2.2 ' );
48
48
define (
49
49
'STORAGE_FILE ' ,
50
50
HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME
You can’t perform that action at this time.
0 commit comments