Skip to content

Commit

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

* update changelog
  • Loading branch information
Jammjammjamm authored Jan 15, 2024
1 parent d0d56cd commit bd57638
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.27
* FI-2395: Data rights legend by @bmath10 in https://github.com/inferno-framework/inferno-core/pull/424
* fi-2341 Update docs site to point to preview of new docs site. by @arscan in https://github.com/inferno-framework/inferno-core/pull/430
* FI-2426: Fix tagged request query in postgres by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/432

# 0.4.26
* FI-2392-header-jog by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/422
* FI-2329 Add integer conversion to need_to_refresh? method by @360dgries in https://github.com/inferno-framework/inferno-core/pull/423
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.26)
inferno_core (0.4.27)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -62,7 +62,7 @@ GEM
reline (>= 0.3.1)
diff-lcs (1.5.0)
docile (1.4.0)
domain_name (0.6.20231109)
domain_name (0.6.20240107)
dotenv (2.8.1)
dry-auto_inject (0.9.0)
dry-container (>= 0.3.4)
Expand Down Expand Up @@ -177,7 +177,7 @@ GEM
kramdown (2.4.0)
rexml
method_source (1.0.0)
mime-types (3.4.1)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1205)
minitest (5.18.0)
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.26'.freeze
VERSION = '0.4.27'.freeze
end

0 comments on commit bd57638

Please sign in to comment.