Skip to content

Commit

Permalink
Release 0.3.2 (#184)
Browse files Browse the repository at this point in the history
* bump version

* update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
ms-k1ngk0ng authored May 9, 2022
1 parent f4998a6 commit a5c0ac5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.3.2

* Add IE meta tag.
* Add accessibility design and features to UI.
* Update to tests so missing named requests raise a skip instead of error.
* Update to test view so JSON requests are formatted more readably.
* Preset options now sorted and presented alphabetically.
* Various minor UI improvements.

# 0.3.1

* Fix a bug which prevented a session from loading if it had results which
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.3.1)
inferno_core (0.3.2)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
Expand Down Expand Up @@ -172,9 +172,9 @@ GEM
multipart-post (2.1.1)
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.13.4-x86_64-darwin)
nokogiri (1.13.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.13.4-x86_64-linux)
nokogiri (1.13.5-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.9)
faraday (>= 0.17.3, < 3.0)
Expand Down Expand Up @@ -242,7 +242,7 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sequel (5.42.0)
sidekiq (6.4.1)
sidekiq (6.4.2)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -303,4 +303,4 @@ RUBY VERSION
ruby 2.7.3p183

BUNDLED WITH
2.2.29
2.3.13
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.1'.freeze
VERSION = '0.3.2'.freeze
end

0 comments on commit a5c0ac5

Please sign in to comment.