Skip to content

Commit

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

* update changelog

* fix changelog typo
  • Loading branch information
Jammjammjamm authored Oct 11, 2022
1 parent c8fc432 commit 147cbde
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.3.12
* Fix the ordering of requests in the UI.
* Fix a memory leak.
* Fix the order in which `.env*` files are loaded.
* Add the ability to copy request urls from the Inferno UI.
* Add a toggle to the report view to show/hide messages and requests.
* Reduce the size of report pdfs.
* Add commands to the CLI to start inferno and required background services.
* Improve the Inferno UI for mobile devices.
* Various other UI improvements.

# 0.3.11
* Update fhir_models to address an issue where models were being instantiated
slightly differently depending on whether they were instantiated from a string
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.11)
inferno_core (0.3.12)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.3.0)
crack (0.4.5)
rexml
database_cleaner-core (2.0.1)
Expand Down Expand Up @@ -182,12 +182,12 @@ GEM
racc (~> 1.4)
nokogiri (1.13.8-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.10)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
rack (>= 1.2, < 4)
oj (3.11.0)
parallel (1.21.0)
parser (3.1.0.0)
Expand Down Expand Up @@ -248,7 +248,7 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sequel (5.42.0)
sidekiq (6.5.6)
sidekiq (6.5.7)
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
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.11'.freeze
VERSION = '0.3.12'.freeze
end

0 comments on commit 147cbde

Please sign in to comment.