Skip to content

Commit 6c0c0f4

Browse files
committed
Release 1.4.0
1 parent 1017817 commit 6c0c0f4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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.4.0] - 2024-07-19
9+
10+
### Added
11+
12+
- Added the `--branch|-b` option to the `unpair` command. Closes [#14](https://github.com/raphaelstolt/git-user-bend/issues/14).
13+
814
## [v1.3.1] - 2024-07-18
915

1016
### Fixed
@@ -69,7 +75,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6975
## v1.0.0 - 2017-04-03
7076
- First release.
7177

72-
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.3.1...HEAD
78+
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.4.0...HEAD
79+
[v1.4.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.3.1...v1.4.0
7380
[v1.3.1]: https://github.com/raphaelstolt/git-user-bend/compare/v1.3.0...v1.3.1
7481
[v1.3.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.2...v1.3.0
7582
[v1.2.2]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.1...v1.2.2

bin/git-user-bend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ if ((new OsHelper())->isWindows()) {
4545

4646
define('HOME_DIRECTORY', $homeDiretory);
4747
define('WORKING_DIRECTORY', getcwd());
48-
define('VERSION', '1.3.1');
48+
define('VERSION', '1.4.0');
4949
define(
5050
'STORAGE_FILE',
5151
HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME

0 commit comments

Comments
 (0)