File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased] ( # ) (2023-03-05)
3+ ## [ Unreleased] ( # ) (2023-04-03)
4+
5+ <br >
6+
7+ ## [ v1.4.4] ( # ) (2023-04-03)
8+
9+ ### Enhancements:
10+
11+ - Always update from a specific tag
12+ - Share more codes
13+
14+ ### Bug fixes:
15+
16+ - Use ascii encoding for global version file
417
518<br >
619
8699
87100- Use ` fake ruby.exe ` to support shell prompt (e.g. ` starship ` ) for ` rbenv local ` version
88101- ~~ Bypass ` .bat ` or ` .cmd ` Windows executable delegator~~
89- - This is reverted in [ v1.3.2 ] ( )
102+ - This is reverted in [ v1.4.0 ] ( )
90103
91104<br >
92105
Original file line number Diff line number Diff line change 22# File : rbenv.ps1
33# Authors : Aoran Zeng <ccmywish@qq.com>
44# Created on : <2022-05-02>
5- # Last modified : <2023-03-05 >
5+ # Last modified : <2023-04-03 >
66# Contributors : Scoop Contributors
77#
88#
@@ -25,7 +25,7 @@ param($cmd)
2525# [String]
2626# rbenv's own version
2727# Not to conflict with $env:RBENV_VERSION ('rbenv shell' sets it)
28- $RBENV_OWN_VERSION = " rbenv v1.4.3 "
28+ $RBENV_OWN_VERSION = " rbenv v1.4.4 "
2929
3030# [String]
3131# Where we check the global version
You can’t perform that action at this time.
0 commit comments