Skip to content

Commit b5bb6d8

Browse files
corybueckerCopilot
andauthored
chore: bump version to 2.0.0-rc.1 (#51)
* chore: bump version to 2.0.0-rc.1 * Update ext/ruby_native_statistics/Cargo.toml Co-authored-by: Copilot <[email protected]> * Update lib/ruby_native_statistics/version.rb Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 2fa3cc5 commit b5bb6d8

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/continuous-delivery.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- run: gem install bundler --no-document
3131
- run: bundle
3232
- run: rake native gem
33+
- if: ${{ matrix.os == 'ubuntu-latest' }}
34+
run: gem build
3335
- uses: actions/upload-artifact@v4
3436
with:
3537
name: gem-${{ matrix.os }}

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ext/ruby_native_statistics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ruby_native_statistics"
3-
version = "2.0.0-pre"
3+
version = "2.0.0-rc.1"
44
edition = "2024"
55

66
[lib]
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 RubyNativeStatistics
4-
VERSION = '2.0.0.pre'
4+
VERSION = '2.0.0.rc.1'
55
end

0 commit comments

Comments
 (0)