File tree Expand file tree Collapse file tree
lib/console/adapter/rails Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Console
99 module Adapter
1010 # @namespace
1111 module Rails
12- VERSION = "0.5.1 "
12+ VERSION = "0.6.0 "
1313 end
1414 end
1515end
Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/console-adapte
1414
1515Please see the [ project releases] ( https://socketry.github.io/console-adapter-rails/releases/index ) for all releases.
1616
17+ ### v0.6.0
18+
19+ - Add support for Rails tagged logging in the Rails logger adapter. This allows log messages with tags to be properly formatted and displayed.
20+
1721### v0.5.0
1822
1923 - Improved compatibilty with Rails 8+.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.6.0
44
55 - Add support for Rails tagged logging in the Rails logger adapter. This allows log messages with tags to be properly formatted and displayed.
66
You can’t perform that action at this time.
0 commit comments