Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Jul 22, 2024
1 parent 0e49864 commit b796f44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v1.5.0] - 2024-07-22

### Added

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

[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/raphaelstolt/git-user-bend/compare/v1.5.0...HEAD
[v1.5.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.4.0...v1.5.0
[v1.4.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.3.1...v1.4.0
[v1.3.1]: https://github.com/raphaelstolt/git-user-bend/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/raphaelstolt/git-user-bend/compare/v1.2.2...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion bin/git-user-bend
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if ((new OsHelper())->isWindows()) {

define('HOME_DIRECTORY', $homeDiretory);
define('WORKING_DIRECTORY', getcwd());
define('VERSION', '1.4.0');
define('VERSION', '1.5.0');
define(
'STORAGE_FILE',
HOME_DIRECTORY . DIRECTORY_SEPARATOR . Storage::FILE_NAME
Expand Down

0 comments on commit b796f44

Please sign in to comment.