Skip to content

Commit

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

* update readme
  • Loading branch information
Jammjammjamm authored Feb 12, 2024
1 parent 8026b28 commit 71b488a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.29
* Add instructions for loading external test kits. by @arscan in https://github.com/inferno-framework/inferno-core/pull/450
* FI-2487: Revert "FI-2318 Allow for form data at session create endpoint (#429)" by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/451

# 0.4.28
* FI-2266: inferno new generator by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/408
* FI-2222: no tests hang fix by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/425
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.28)
inferno_core (0.4.29)
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.28'.freeze
VERSION = '0.4.29'.freeze
end

0 comments on commit 71b488a

Please sign in to comment.