Skip to content

Commit

Permalink
Release v0.3.7 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
arscan authored Aug 8, 2022
1 parent e6c5cf2 commit 85f0713
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.3.7
* Fix bug displaying request details.

# 0.3.6
* Improve logic for automatically opening failed tests after test run.
* Improve accessibility for touch screen users.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.3.6)
inferno_core (0.3.7)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
Expand Down Expand Up @@ -94,7 +94,7 @@ GEM
dry-logic (~> 1.0, >= 1.0.2)
factory_bot (6.2.0)
activesupport (>= 5.0.0)
faraday (1.10.0)
faraday (1.10.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Inferno
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
VERSION = '0.3.6'.freeze
VERSION = '0.3.7'.freeze
end

0 comments on commit 85f0713

Please sign in to comment.