Skip to content

Commit 19b34a8

Browse files
committed
Release 1.5.0
1 parent a40de3a commit 19b34a8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.5.0] - 2024-07-22
9+
810
### Added
911

1012
- The `whoami` command displays the current Git branch.
@@ -80,7 +82,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
8082
## v1.0.0 - 2017-04-03
8183
- First release.
8284

83-
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.4.0...HEAD
85+
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.5.0...HEAD
86+
[v1.5.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.4.0...v1.5.0
8487
[v1.4.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.3.1...v1.4.0
8588
[v1.3.1]: https://github.com/raphaelstolt/git-user-bend/compare/v1.3.0...v1.3.1
8689
[v1.3.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.2...v1.3.0

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.4.0');
48+
define('VERSION', '1.5.0');
4949
define(
5050
'STORAGE_FILE',
5151
HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME

0 commit comments

Comments
 (0)