Skip to content

Commit 1aa9e8f

Browse files
authored
Merge pull request #7 from brand-dot-dev/release-please--branches--main--changes--next
release: 0.1.0-alpha.5
2 parents 68c8953 + 21dc25d commit 1aa9e8f

File tree

9 files changed

+27
-14
lines changed

9 files changed

+27
-14
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.4"
2+
".": "0.1.0-alpha.5"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 7
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-194e1804daeb0a1bcd2443be8893ab999d428dcacaab17cf355097942627439a.yml
3-
openapi_spec_hash: de3391b2db78e2fb0aaa03d30ec9a0f3
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-2df861cbe235900388f93a2e603090b713f6c5029e4daf2220bddface7882032.yml
3+
openapi_spec_hash: d5a5643aea6c45631d7df49692cf9328
44
config_hash: bb3f3ba0dca413263e40968648f9a1a6

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.1.0-alpha.5 (2025-06-06)
4+
5+
Full Changelog: [v0.1.0-alpha.4...v0.1.0-alpha.5](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.1.0-alpha.4...v0.1.0-alpha.5)
6+
7+
### Features
8+
9+
* **api:** manual updates ([d07e957](https://github.com/brand-dot-dev/ruby-sdk/commit/d07e957a8e10c10626468008285953a205b6dafc))
10+
11+
12+
### Chores
13+
14+
* **internal:** version bump ([6b3a243](https://github.com/brand-dot-dev/ruby-sdk/commit/6b3a2437ab0592fee82bc4829e048937f54d9e18))
15+
316
## 0.1.0-alpha.4 (2025-06-06)
417

518
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/brand-dot-dev/ruby-sdk/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
brand.dev (0.1.0.pre.alpha.3)
14+
brand.dev (0.1.0.pre.alpha.4)
1515
connection_pool
1616

1717
GEM

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
1515
<!-- x-release-please-start-version -->
1616

1717
```ruby
18-
gem "brand.dev", "~> 0.1.0.pre.alpha.4"
18+
gem "brand.dev", "~> 0.1.0.pre.alpha.5"
1919
```
2020

2121
<!-- x-release-please-end -->

lib/brand_dev/models/brand_retrieve_params.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class BrandRetrieveParams < BrandDev::Internal::Type::BaseModel
2121

2222
# @!attribute max_speed
2323
# Optional parameter to optimize the API call for maximum speed. When set to true,
24-
# the API will skip social media data extraction and external service calls (like
25-
# Crunchbase) to return results faster with basic brand information only.
24+
# the API will skip time-consuming operations for faster response at the cost of
25+
# less comprehensive data.
2626
#
2727
# @return [Boolean, nil]
2828
optional :max_speed, BrandDev::Internal::Type::Boolean

lib/brand_dev/version.rb

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 BrandDev
4-
VERSION = "0.1.0.pre.alpha.4"
4+
VERSION = "0.1.0.pre.alpha.5"
55
end

rbi/brand_dev/models/brand_retrieve_params.rbi

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ module BrandDev
3131
attr_writer :force_language
3232

3333
# Optional parameter to optimize the API call for maximum speed. When set to true,
34-
# the API will skip social media data extraction and external service calls (like
35-
# Crunchbase) to return results faster with basic brand information only.
34+
# the API will skip time-consuming operations for faster response at the cost of
35+
# less comprehensive data.
3636
sig { returns(T.nilable(T::Boolean)) }
3737
attr_reader :max_speed
3838

@@ -54,8 +54,8 @@ module BrandDev
5454
# Optional parameter to force the language of the retrieved brand data
5555
force_language: nil,
5656
# Optional parameter to optimize the API call for maximum speed. When set to true,
57-
# the API will skip social media data extraction and external service calls (like
58-
# Crunchbase) to return results faster with basic brand information only.
57+
# the API will skip time-consuming operations for faster response at the cost of
58+
# less comprehensive data.
5959
max_speed: nil,
6060
request_options: {}
6161
)

rbi/brand_dev/resources/brand.rbi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ module BrandDev
1919
# Optional parameter to force the language of the retrieved brand data
2020
force_language: nil,
2121
# Optional parameter to optimize the API call for maximum speed. When set to true,
22-
# the API will skip social media data extraction and external service calls (like
23-
# Crunchbase) to return results faster with basic brand information only.
22+
# the API will skip time-consuming operations for faster response at the cost of
23+
# less comprehensive data.
2424
max_speed: nil,
2525
request_options: {}
2626
)

0 commit comments

Comments
 (0)