File tree Expand file tree Collapse file tree 7 files changed +16
-12
lines changed
isolated/lib/rcee/isolated
packaged_source/lib/rcee/packaged_source
packaged_tarball/lib/rcee/packaged_tarball
precompiled/lib/rcee/precompiled Expand file tree Collapse file tree 7 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## next / unreleased
3+ ## v0.5.0 / 2024-01-27
44
55### Added
66
7+ - ` precompiled ` now supports the ` arm-linux-musl ` platform.
8+ - ` precompiled ` now supports the ` aarch64-linux-musl ` platform.
9+ - ` precompiled ` now supports the ` x86-linux-musl ` platform.
10+ - ` precompiled ` now supports the ` x86_64-linux-musl ` platform.
711- ` precompiled ` gem now supports Ruby 3.2 and 3.3, and drops support for Ruby 2.6 and 2.7
812- The ` extconf.rb ` file in ` packaged_tarball ` and ` precompiled ` now use a ` ExtConf ` module pattern for encapsulation.
913
Original file line number Diff line number Diff line change 22
33module RCEE
44 module Isolated
5- VERSION = "0.4 .0"
5+ VERSION = "0.5 .0"
66 end
77end
Original file line number Diff line number Diff line change 22
33module RCEE
44 module PackagedSource
5- VERSION = "0.4 .0"
5+ VERSION = "0.5 .0"
66 end
77end
Original file line number Diff line number Diff line change 22
33module RCEE
44 module PackagedTarball
5- VERSION = "0.4 .0"
5+ VERSION = "0.5 .0"
66 end
77end
Original file line number Diff line number Diff line change 22
33module RCEE
44 module Precompiled
5- VERSION = "0.4 .0"
5+ VERSION = "0.5 .0"
66 end
77end
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = "rcee"
5- spec . version = "0.4 .0"
5+ spec . version = "0.5 .0"
66 spec . authors = [ "Mike Dalessio" ]
77 spec . email = [ "[email protected] " ] 88
@@ -12,9 +12,9 @@ Gem::Specification.new do |spec|
1212 spec . required_ruby_version = ">= 2.6.0"
1313 spec . license = "MIT"
1414
15- spec . add_dependency "rcee_isolated" , "= 0.4 .0"
16- spec . add_dependency "rcee_packaged_source" , "= 0.4 .0"
17- spec . add_dependency "rcee_packaged_tarball" , "= 0.4 .0"
18- spec . add_dependency "rcee_precompiled" , "= 0.4 .0"
19- spec . add_dependency "rcee_system" , "= 0.4 .0"
15+ spec . add_dependency "rcee_isolated" , "= 0.5 .0"
16+ spec . add_dependency "rcee_packaged_source" , "= 0.5 .0"
17+ spec . add_dependency "rcee_packaged_tarball" , "= 0.5 .0"
18+ spec . add_dependency "rcee_precompiled" , "= 0.5 .0"
19+ spec . add_dependency "rcee_system" , "= 0.5 .0"
2020end
Original file line number Diff line number Diff line change 22
33module RCEE
44 module System
5- VERSION = "0.4 .0"
5+ VERSION = "0.5 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments