From afaf49689e01fc814bd75249d01ba95bef973a3f Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 28 Dec 2023 15:48:43 +0000 Subject: [PATCH] chore: release 3.0.0.alpha.1 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- CHANGELOG.md | 18 ++++++++++++++++++ Gemfile.lock | 2 +- lib/algolia/version.rb | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..401c44c1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +## [3.0.0.alpha.1](https://github.com/algolia/algoliasearch-client-ruby/compare/3.0.0.alpha.0...3.0.0.alpha.1) + +- [9f4f17585](https://github.com/algolia/api-clients-automation/commit/9f4f17585) fix(ruby): support ruby alpha format ([#2447](https://github.com/algolia/api-clients-automation/pull/2447)) by [@millotp](https://github.com/millotp/) +- [443c8909a](https://github.com/algolia/api-clients-automation/commit/443c8909a) chore(ruby): setup release ([#2446](https://github.com/algolia/api-clients-automation/pull/2446)) by [@millotp](https://github.com/millotp/) +- [1281c2d10](https://github.com/algolia/api-clients-automation/commit/1281c2d10) feat(ruby): client tests ([#2445](https://github.com/algolia/api-clients-automation/pull/2445)) by [@millotp](https://github.com/millotp/) +- [e0527a573](https://github.com/algolia/api-clients-automation/commit/e0527a573) feat(ruby): e2e CTS ([#2439](https://github.com/algolia/api-clients-automation/pull/2439)) by [@millotp](https://github.com/millotp/) +- [48c33a77e](https://github.com/algolia/api-clients-automation/commit/48c33a77e) feat(ruby): add CTS ([#2401](https://github.com/algolia/api-clients-automation/pull/2401)) by [@millotp](https://github.com/millotp/) +- [916789e10](https://github.com/algolia/api-clients-automation/commit/916789e10) fix(ruby): support additionalProperties: true ([#2418](https://github.com/algolia/api-clients-automation/pull/2418)) by [@millotp](https://github.com/millotp/) +- [c0279405d](https://github.com/algolia/api-clients-automation/commit/c0279405d) fix(ruby): customize linter ([#2409](https://github.com/algolia/api-clients-automation/pull/2409)) by [@millotp](https://github.com/millotp/) +- [77b7a8ca8](https://github.com/algolia/api-clients-automation/commit/77b7a8ca8) feat(ruby): make hit generic ([#2400](https://github.com/algolia/api-clients-automation/pull/2400)) by [@millotp](https://github.com/millotp/) +- [1e7c50d2f](https://github.com/algolia/api-clients-automation/commit/1e7c50d2f) feat(ruby): retry strategy ([#2383](https://github.com/algolia/api-clients-automation/pull/2383)) by [@millotp](https://github.com/millotp/) +- [614d56ae8](https://github.com/algolia/api-clients-automation/commit/614d56ae8) fix(ruby): make the playground work ([#2379](https://github.com/algolia/api-clients-automation/pull/2379)) by [@millotp](https://github.com/millotp/) +- [8d71c2b69](https://github.com/algolia/api-clients-automation/commit/8d71c2b69) fix(specs): provide non clashing names for custom methods ([#2369](https://github.com/algolia/api-clients-automation/pull/2369)) by [@shortcuts](https://github.com/shortcuts/) +- [205519c6f](https://github.com/algolia/api-clients-automation/commit/205519c6f) fix(specs): highlight result map definition ([#2312](https://github.com/algolia/api-clients-automation/pull/2312)) by [@shortcuts](https://github.com/shortcuts/) +- [a8f2565a0](https://github.com/algolia/api-clients-automation/commit/a8f2565a0) fix(ruby): add libraries in the Dockerfile ([#2333](https://github.com/algolia/api-clients-automation/pull/2333)) by [@millotp](https://github.com/millotp/) +- [b97259611](https://github.com/algolia/api-clients-automation/commit/b97259611) chore(ruby): fix renovate config ([#2314](https://github.com/algolia/api-clients-automation/pull/2314)) by [@shortcuts](https://github.com/shortcuts/) +- [833b489d1](https://github.com/algolia/api-clients-automation/commit/833b489d1) feat(ruby): setup client ([#2311](https://github.com/algolia/api-clients-automation/pull/2311)) by [@millotp](https://github.com/millotp/) + diff --git a/Gemfile.lock b/Gemfile.lock index ba4a7537..f43af380 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - algolia (3.0.0.alpha.0) + algolia (3.0.0.alpha.1) faraday (>= 1.0.1, < 3.0) faraday-net_http_persistent (>= 0.15, < 3) net-http-persistent diff --git a/lib/algolia/version.rb b/lib/algolia/version.rb index 52bc4c7c..865164b7 100644 --- a/lib/algolia/version.rb +++ b/lib/algolia/version.rb @@ -1,5 +1,5 @@ # Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT. module Algolia - VERSION = '3.0.0.alpha.0'.freeze + VERSION = '3.0.0.alpha.1'.freeze end