Skip to content

Commit c9cd72b

Browse files
committed
Bump minor version.
1 parent fa01d04 commit c9cd72b

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/console/adapter/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1515
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Please see the [project documentation](https://socketry.github.io/console-adapte
1414

1515
Please 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+.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)