Skip to content

Commit

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

* update changelog

* update changelog
  • Loading branch information
Shaumik-Ashraf authored Jan 22, 2025
1 parent 843491c commit 4331857
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.1
* Pin concurrent-ruby to 1.3.4 by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/596
* FI-3178: Validate Resource Without Validation Messages by @vanessuniq in https://github.com/inferno-framework/inferno-core/pull/595

## 0.6.0
* FI-3395 Fix suite describe with routes by @Shaumik-Ashraf in https://github.com/inferno-framework/inferno-core/pull/577
* FI-3588: Use git for files in test kit gemspecs by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/578
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.6.0)
inferno_core (0.6.1)
activesupport (~> 6.1.7.5)
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.6.0'.freeze
VERSION = '0.6.1'.freeze
end

0 comments on commit 4331857

Please sign in to comment.