Skip to content

Commit

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

* update changelog
  • Loading branch information
Jammjammjamm authored Mar 6, 2023
1 parent f8c8c8a commit b75c561
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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.11
* Fix the `test_runs/:test_run_id/results` route.

# 0.4.10
* Add the `--watch` option to `inferno start` to automatically restart Inferno
when files change.
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.10)
inferno_core (0.4.11)
activesupport (~> 6.1)
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.10'.freeze
VERSION = '0.4.11'.freeze
end

0 comments on commit b75c561

Please sign in to comment.