From 28a33f938967dbe9f94cad59a8ee38ef32490cd2 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:16:48 +0000 Subject: [PATCH 1/2] chore(docs): remove www prefix --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5814c6..7c42c6c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,13 +43,13 @@ If you’d like to use the repository from source, you can either install from g To install via git in your `Gemfile`: ```ruby -gem "openlayer", git: "https://www.github.com/openlayer-ai/openlayer-ruby" +gem "openlayer", git: "https://github.com/openlayer-ai/openlayer-ruby" ``` Alternatively, reference local copy of the repo: ```bash -$ git clone -- 'https://www.github.com/openlayer-ai/openlayer-ruby' '' +$ git clone -- 'https://github.com/openlayer-ai/openlayer-ruby' '' ``` ```ruby From 373251ee490449ff0f5dd89a3cb5fb035fac55e7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:17:03 +0000 Subject: [PATCH 2/2] release: 0.10.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- README.md | 2 +- lib/openlayer/version.rb | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 791216e..b23f23d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.4" + ".": "0.10.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b976617..9e29396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.5 (2026-02-04) + +Full Changelog: [v0.10.4...v0.10.5](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.4...v0.10.5) + +### Chores + +* **docs:** remove www prefix ([28a33f9](https://github.com/openlayer-ai/openlayer-ruby/commit/28a33f938967dbe9f94cad59a8ee38ef32490cd2)) + ## 0.10.4 (2026-02-03) Full Changelog: [v0.10.3...v0.10.4](https://github.com/openlayer-ai/openlayer-ruby/compare/v0.10.3...v0.10.4) diff --git a/Gemfile.lock b/Gemfile.lock index 1e9a111..ecf859e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - openlayer (0.10.4) + openlayer (0.10.5) cgi connection_pool diff --git a/README.md b/README.md index 0756522..eec3c2e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "openlayer", "~> 0.10.4" +gem "openlayer", "~> 0.10.5" ``` diff --git a/lib/openlayer/version.rb b/lib/openlayer/version.rb index 74a7a85..d1f54dc 100644 --- a/lib/openlayer/version.rb +++ b/lib/openlayer/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Openlayer - VERSION = "0.10.4" + VERSION = "0.10.5" end