Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed Nov 16, 2022
1 parent c6ba8be commit 80e3d35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 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.3
* Remove timestamps from headers and messages.

# 0.4.2
* Add a missing require to the session data repository.
* Fix UI bugs.
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.2)
inferno_core (0.4.3)
activesupport (~> 6.1)
blueprinter (= 0.25.2)
dotenv (~> 2.7)
Expand Down Expand Up @@ -153,7 +153,7 @@ GEM
mustermann (~> 1.0)
mustermann-contrib (~> 1.0)
rack (~> 2.0)
hanami-utils (2.0.0.beta1)
hanami-utils (2.0.0.rc1)
concurrent-ruby (~> 1.0)
dry-transformer (~> 0.1)
hansi (0.2.1)
Expand Down Expand Up @@ -252,8 +252,8 @@ GEM
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.5)
sequel (5.42.0)
sidekiq (6.5.7)
connection_pool (>= 2.2.5)
sidekiq (6.5.8)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
simplecov (0.21.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.2'.freeze
VERSION = '0.4.3'.freeze
end

0 comments on commit 80e3d35

Please sign in to comment.