File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1919 fail-fast : true
2020 matrix :
2121 php :
22- - " 8.1 "
22+ - " 8.2 "
2323
2424 steps :
2525 - 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
55
66## [ Unreleased]
77
8+ ## [ v1.2.2] - 2024-07-12
9+
810### Added
911
1012- Attested dist builds.
@@ -55,7 +57,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5557## v1.0.0 - 2017-04-03
5658- First release.
5759
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
5962[ v1.2.1 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...v1.2.1
6063[ v1.2.0 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.1.2...v1.2.0
6164[ 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()) {
4444
4545define ('HOME_DIRECTORY ' , $ homeDiretory );
4646define ('WORKING_DIRECTORY ' , getcwd ());
47- define ('VERSION ' , '1.2.1 ' );
47+ define ('VERSION ' , '1.2.2 ' );
4848define (
4949 'STORAGE_FILE ' ,
5050 HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME
You can’t perform that action at this time.
0 commit comments