Skip to content

Commit

Permalink
Release 0.3.0 (#167)
Browse files Browse the repository at this point in the history
* update version

* update changelog

* update changelog wording
  • Loading branch information
Jammjammjamm authored Apr 12, 2022
1 parent d047c5a commit 90a24a4
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# 0.3.0

* Various minor UI improvements
* Improve how inputs are handled in the backend so that the UI can display
inputs exactly as received from the JSON api rather than needing to determine
which inputs to display itself.
* Add the ability to specify the order in which inputs appear in the UI.
* Add the ability to copy/paste JSON/YAML versions of inputs in the UI.
* Update the preset input selection UI.
* Add inputs/outputs to test and report displays in the UI.
* Add the ability to display a custom banner at the top of the page.
* Update the UI for suite configuration messages. Info and warning messages will
now be displayed in addition to error messages.
* Update the UI to not omit required indicators from locked inputs.
* Fix a bug where sometimes in an input would appear twice in the UI.
* Fix a bug where the *New Session* button was using the wrong url.
* Fix a bug where primitive extensions were stripped from resources before they
were validated.
* Fix a bug where a test run could be created without all of the required
inputs.

# 0.3.0.rc1
* Initial release candidate for 0.3.0

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.3.0.rc1)
inferno_core (0.3.0)
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.3.0.rc1'.freeze
VERSION = '0.3.0'.freeze
end

0 comments on commit 90a24a4

Please sign in to comment.