Skip to content

Commit

Permalink
version bump to v1.5.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 15, 2024
1 parent 67e05f1 commit 66dac5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.5.0.rc1 / prerelease 2024-01-26
# v1.5.0 / 2024-02-25

## Notable changes

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

Please read the README for details and caveats.
**Please read the README for details and caveats!**


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


## Changes
## Changes to build containers

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

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`.


1.4.0 / 2023-12-27
------------------
Expand Down
4 changes: 2 additions & 2 deletions lib/rake_compiler_dock/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module RakeCompilerDock
VERSION = "1.5.0.rc1"
IMAGE_VERSION = "1.5.0.rc1"
VERSION = "1.5.0"
IMAGE_VERSION = "1.5.0"
end

0 comments on commit 66dac5b

Please sign in to comment.