Skip to content

Commit

Permalink
Bump version to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmywish committed Apr 3, 2023
1 parent da96ed1 commit 913f869
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Changelog

## [Unreleased](#) (2023-03-05)
## [Unreleased](#) (2023-04-03)

<br>

## [v1.4.4](#) (2023-04-03)

### Enhancements:

- Always update from a specific tag
- Share more codes

### Bug fixes:

- Use ascii encoding for global version file

<br>

Expand Down Expand Up @@ -86,7 +99,7 @@

- Use `fake ruby.exe` to support shell prompt (e.g. `starship`) for `rbenv local` version
- ~~Bypass `.bat` or `.cmd` Windows executable delegator~~
- This is reverted in [v1.3.2]()
- This is reverted in [v1.4.0]()

<br>

Expand Down
4 changes: 2 additions & 2 deletions bin/rbenv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# File : rbenv.ps1
# Authors : Aoran Zeng <[email protected]>
# Created on : <2022-05-02>
# Last modified : <2023-03-05>
# Last modified : <2023-04-03>
# Contributors : Scoop Contributors
#
#
Expand All @@ -25,7 +25,7 @@ param($cmd)
# [String]
# rbenv's own version
# Not to conflict with $env:RBENV_VERSION ('rbenv shell' sets it)
$RBENV_OWN_VERSION = "rbenv v1.4.3"
$RBENV_OWN_VERSION = "rbenv v1.4.4"

# [String]
# Where we check the global version
Expand Down

0 comments on commit 913f869

Please sign in to comment.