Skip to content

Commit

Permalink
Release 0433 (#474)
Browse files Browse the repository at this point in the history
* change log

* version bump
  • Loading branch information
rpassas committed Apr 2, 2024
1 parent fa0ba93 commit baa3339
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 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

# 0.4.32
* FI-2495: Create sessions via form POST by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/459
* FI-2156: Test kit dependency update script by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/457
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.32)
inferno_core (0.4.33)
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.1.0)
rake (13.2.0)
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.32'.freeze
VERSION = '0.4.33'.freeze
end

0 comments on commit baa3339

Please sign in to comment.