Skip to content

Commit

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

* update changelog
  • Loading branch information
Jammjammjamm authored Dec 1, 2022
1 parent ea49dc4 commit 0a5e0fa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.4.5
* Remove the copy button and url truncation from print view.
* Improve the display for runnables in the ruby console.
* Display in-progress icons for running tests.
* Indicate incoming requests with an icon rather than incoming/outgoing labels.
* Remove timestamps from headers and messages tables.
* Remove id/title tooltips.
* Automatically open groups with a skip result.
* Add DSL support for the FHIR create interaction.

# 0.4.4
* Update hanami-router to fix a bug which prevented Inferno from handling inputs
containing `%` characters.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.4)
inferno_core (0.4.5)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
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.4.4'.freeze
VERSION = '0.4.5'.freeze
end

0 comments on commit 0a5e0fa

Please sign in to comment.