Skip to content

Commit

Permalink
prepare 3.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pcai committed Feb 11, 2024
1 parent 710d53c commit dc89475
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
experimental: true

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install libcurl4-openssl-dev
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* Improvement: [#237](https://github.com/savonrb/httpi/pull/237) Implemented `adapter_client_setup`.

### 3.0.2 (2024-02-10)

* Add support for ruby 3.1, 3.2, 3.3. Drop support for ruby 2.7 and below.

### 3.0.1 (2021-12-17)

* Fix: [#230](https://github.com/savonrb/httpi/pull/230) Make rack a runtime dependency.
Expand Down
2 changes: 1 addition & 1 deletion lib/httpi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTPI
VERSION = '3.0.1'
VERSION = '3.0.2'
end

0 comments on commit dc89475

Please sign in to comment.