Skip to content

Commit 8f32001

Browse files
committed
version bump to v0.8.0
1 parent d79243e commit 8f32001

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
## next / unreleased
3+
## v0.8.0 / 2025-12-27
44

55
### `precompiled`
66

7-
- Update rake-compiler-dock to v1.11.0.rc1 (for Ruby 4 support)
87
- Drop native support for Ruby 3.1
9-
- Add native support for Ruby 4.0 (preview3)
8+
- Add native support for Ruby 4.0
9+
- Update rake-compiler-dock to v1.11.0
1010

1111

1212
## v0.7.0 / 2025-09-14

isolated/lib/rcee/isolated/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RCEE
44
module Isolated
5-
VERSION = "0.7.0"
5+
VERSION = "0.8.0"
66
end
77
end

packaged_source/lib/rcee/packaged_source/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RCEE
44
module PackagedSource
5-
VERSION = "0.7.0"
5+
VERSION = "0.8.0"
66
end
77
end

packaged_tarball/lib/rcee/packaged_tarball/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RCEE
44
module PackagedTarball
5-
VERSION = "0.7.0"
5+
VERSION = "0.8.0"
66
end
77
end

precompiled/lib/rcee/precompiled/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RCEE
44
module Precompiled
5-
VERSION = "0.7.0"
5+
VERSION = "0.8.0"
66
end
77
end

rcee.gemspec

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

33
Gem::Specification.new do |spec|
4-
rcee_version = "0.7.0"
4+
rcee_version = "0.8.0"
55

66
spec.name = "rcee"
77
spec.version = rcee_version

system/lib/rcee/system/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RCEE
44
module System
5-
VERSION = "0.7.0"
5+
VERSION = "0.8.0"
66
end
77
end

0 commit comments

Comments
 (0)