Skip to content

Commit

Permalink
Release 0.4.34 (#478)
Browse files Browse the repository at this point in the history
* prevent validator sessions from being created in test environment

* bump version

* update changelog
  • Loading branch information
Jammjammjamm authored Apr 8, 2024
1 parent 077b78b commit 29c6e5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.34
* New template wording fix by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/475
* Fi 2432 Sync Inferno Template by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/439
* FI-2664: Prevent validator sessions from being created in test environment by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/477

# 0.4.33
* have gemspec include dotfiles from lib/inferno/apps/cli/templates/ by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/470

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.33)
inferno_core (0.4.34)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
rack-test (1.1.0)
rack (>= 1.0, < 3)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
redis (4.8.1)
regexp_parser (2.2.0)
reline (0.3.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.33'.freeze
VERSION = '0.4.34'.freeze
end

0 comments on commit 29c6e5f

Please sign in to comment.