Skip to content

Commit

Permalink
Release v0.5.3 (#575)
Browse files Browse the repository at this point in the history
* bump to v0.5.3

* update changelog for v0.5.3
  • Loading branch information
Shaumik-Ashraf authored Dec 17, 2024
1 parent 6e669c1 commit 637a014
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.3
* FI-2748: Add TestKit to template by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/561
* FI-3550: Handle optional waiting results by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/570
* Fix SuiteEndpoint docs by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/571
* FI-3376 Migrate Evaluator CLI into inferno core CLI by @jhlee-mitre in https://github.com/inferno-framework/inferno-core/pull/557
* FI-3259: Include presets in gems by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/572
* FI-3261: Add markdown support to input descriptions by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/546

## 0.5.2
* FI-3366: Fetch report date from test results by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/567
* FI-3019: Add custom blockquote styles by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/556
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.5.2)
inferno_core (0.5.3)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
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.5.2'.freeze
VERSION = '0.5.3'.freeze
end

0 comments on commit 637a014

Please sign in to comment.