Skip to content

Commit 4f5e905

Browse files
committed
update changelog for 1.4.1
1 parent 4797365 commit 4f5e905

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
=== 1.4.1
2+
- Fix kernel_require.rb packed at wrong path when rubygems-update is installed (e.g. via asdf on Linux/macOS). kernel_require.rb is now located relative to the actually-loaded rubygems.rb from $LOADED_FEATURES, falling back to rubylibdir for standard Ruby installations.
3+
14
=== 1.4.0
25
- Add Linux support: build and run self-extracting ELF executables on Linux. The stub compiles and runs natively on Linux using POSIX APIs.
36
- Add macOS support: build and run self-extracting Mach-O executables on macOS.

lib/ocran/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Ocran
4-
VERSION = "1.4.0"
4+
VERSION = "1.4.1"
55
end

0 commit comments

Comments
 (0)