File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
55
66## [ Unreleased]
77
8+ ## [ v1.3.1] - 2024-07-18
9+
10+ ### Fixed
11+
12+ - Fixed a bug where the ` unpair ` command didn't reset the former user/persona correctly.
13+
814## [ v1.3.0] - 2024-07-17
915
1016### Added
@@ -63,7 +69,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6369## v1.0.0 - 2017-04-03
6470- First release.
6571
66- [ Unreleased ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.3.0...HEAD
72+ [ Unreleased ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.3.1...HEAD
73+ [ v1.3.1 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.3.0...v1.3.1
6774[ v1.3.0 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.2...v1.3.0
6875[ v1.2.2 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...v1.2.2
6976[ v1.2.1 ] : https://github.com/raphaelstolt/git-user-bend/compare/v1.2.0...v1.2.1
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if ((new OsHelper())->isWindows()) {
4545
4646define ('HOME_DIRECTORY ' , $ homeDiretory );
4747define ('WORKING_DIRECTORY ' , getcwd ());
48- define ('VERSION ' , '1.3.0 ' );
48+ define ('VERSION ' , '1.3.1 ' );
4949define (
5050 'STORAGE_FILE ' ,
5151 HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME
You can’t perform that action at this time.
0 commit comments