Skip to content

Commit

Permalink
v0.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Nov 8, 2022
1 parent 0a8b9e5 commit a1b3d63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.txt
@@ -1,3 +1,11 @@
0.94.0 2022-11-08
=================

reduce allocations/syscalls for readline
refactor streaming tests and add for https
fix guards around selects in nonblocking read
remove an extraneous guard in blocking read

0.93.1 2022-09-22
=================

Expand Down
2 changes: 1 addition & 1 deletion lib/excon/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Excon
VERSION = '0.93.1'
VERSION = '0.94.0'
end

0 comments on commit a1b3d63

Please sign in to comment.