Skip to content

Commit 913f869

Browse files
committed
Bump version to v1.4.4
1 parent da96ed1 commit 913f869

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
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

@@ -86,7 +99,7 @@
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

bin/rbenv.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)