Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0431 #468

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.31
* Fi 2576 inferno new gemspec patch by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/465
* fix: id should be 36 char long by @rpassas in https://github.com/inferno-framework/inferno-core/pull/467

# 0.4.30
* FI-2485: Update mobile main test run button appearance by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/455
* FI-2454: Add landing page and suite options skeletons by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/453
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.30)
inferno_core (0.4.31)
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.4.30'.freeze
VERSION = '0.4.31'.freeze
end
Loading