Skip to content

Commit 17f344e

Browse files
author
Ron Dahlgren
committed
Bump version 1.0.1 to 1.0.2
1 parent 74ea4b4 commit 17f344e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Other versions, such as Ruby 1.9, Ruby 2.x, and JRuby, are compatible with [lega
2222

2323
### Bundler
2424
```ruby
25-
gem 'serpapi', '~> 1.0', '>= 1.0.1'
25+
gem 'serpapi', '~> 1.0', '>= 1.0.2'
2626
```
2727

2828
### Gem
@@ -1085,6 +1085,7 @@ Ruby versions validated by Github Actions:
10851085
* doc: [Github Actions.](https://github.com/serpapi/serpapi-ruby/actions/workflows/ci.yml)
10861086

10871087
## Change logs
1088+
* [2025-11-17] 1.0.2 Implement `to_s` and `inspect` functions for client
10881089
* [2025-07-18] 1.0.1 Add support for old Ruby versions (2.7, 3.0)
10891090
* [2025-07-01] 1.0.0 Full API support
10901091

README.md.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Other versions, such as Ruby 1.9, Ruby 2.x, and JRuby, are compatible with [lega
4242

4343
### Bundler
4444
```ruby
45-
gem 'serpapi', '~> 1.0', '>= 1.0.1'
45+
gem 'serpapi', '~> 1.0', '>= 1.0.2'
4646
```
4747

4848
### Gem
@@ -566,6 +566,7 @@ Ruby versions validated by Github Actions:
566566
* doc: [Github Actions.](https://github.com/serpapi/serpapi-ruby/actions/workflows/ci.yml)
567567

568568
## Change logs
569+
* [2025-11-17] 1.0.2 Implement `to_s` and `inspect` functions for client
569570
* [2025-07-18] 1.0.1 Add support for old Ruby versions (2.7, 3.0)
570571
* [2025-07-01] 1.0.0 Full API support
571572

lib/serpapi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SerpApi
22
# Current version of the gem
3-
VERSION = '1.0.1'.freeze
3+
VERSION = '1.0.2'.freeze
44
end

0 commit comments

Comments
 (0)