Skip to content

Commit 66dac5b

Browse files
committed
version bump to v1.5.0 final
1 parent 67e05f1 commit 66dac5b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

History.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.5.0.rc1 / prerelease 2024-01-26
1+
# v1.5.0 / 2024-02-25
22

33
## Notable changes
44

@@ -8,7 +8,7 @@
88
* Add Linux cross build targets `aarch64-linux-gnu`, `arm-linux-gnu`, `x86-linux-gnu`, and `x86_64-linux-gnu`. #111 (@flavorjones)
99
* The cross build targets `aarch64-linux`, `arm-linux`, `x86-linux`, and `x86_64-linux` are now aliases for the `*-linux-gnu` targets. #111 (@flavorjones)
1010

11-
Please read the README for details and caveats.
11+
**Please read the README for details and caveats!**
1212

1313

1414
## Improvements
@@ -17,14 +17,16 @@ Please read the README for details and caveats.
1717
across all RCD images.
1818

1919

20-
## Changes
20+
## Changes to build containers
2121

2222
* Replace `rvm` with `rbenv` and `ruby-build` in the build containers.
2323
- `rvm` has been replaced by `rbenv` and `ruby-build`
2424
- no longer applying sendfile patches to bootstrap rubies
2525
- no longer updating gems belonging to the bootstrap rubies
2626
- user `rvm` no longer exists, replaced by `rubyuser`
2727

28+
Users of the `rake-compiler-dock` gem should not be affected by this change. However, users of the raw containers may be affected if there are assumptions about `rvm`.
29+
2830

2931
1.4.0 / 2023-12-27
3032
------------------

lib/rake_compiler_dock/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module RakeCompilerDock
2-
VERSION = "1.5.0.rc1"
3-
IMAGE_VERSION = "1.5.0.rc1"
2+
VERSION = "1.5.0"
3+
IMAGE_VERSION = "1.5.0"
44
end

0 commit comments

Comments
 (0)