Skip to content

Commit

Permalink
v13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Dec 12, 2024
1 parent c6d0771 commit b6637ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (8.0.0)
activesupport (8.0.0.1)
base64
benchmark (>= 0.3)
bigdecimal
Expand Down Expand Up @@ -39,7 +39,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.10.0)
faraday (2.12.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
Expand Down Expand Up @@ -235,9 +235,9 @@ GEM
minitest (5.25.4)
net-http (0.6.0)
uri
nokogiri (1.16.8-x64-mingw-ucrt)
nokogiri (1.17.1-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.8-x86_64-linux)
nokogiri (1.17.1-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down
2 changes: 1 addition & 1 deletion docs/additional_info/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 13.0.0
## 13.0.0 (12-Dec-2024)

* Reworked code, make types stricter and error handling better
* Allow to provide request timeout:
Expand Down

0 comments on commit b6637ba

Please sign in to comment.