diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22b8c6e..38e4115 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,11 +13,11 @@ jobs: matrix: rubyversion: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.rubyversion }} - rubygems: '3.3.0' + rubygems: '3.4.0' bundler-cache: true - name: Install Dependencies run: make install @@ -32,7 +32,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.4' @@ -48,7 +48,7 @@ jobs: if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.4' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac8fe86..c86264a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.4' diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0728a..3054a8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.3.0 (2025-11-24) - Adds the following functions: - `embeddable.create_session` diff --git a/VERSION b/VERSION index 0ee843c..1502020 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.2.0 +7.3.0