Skip to content

Commit 4d03637

Browse files
committed
Bump minor version.
1 parent 219317c commit 4d03637

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/console/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Copyright, 2019-2026, by Samuel Williams.
55

66
module Console
7-
VERSION = "1.36.0"
7+
VERSION = "1.37.0"
88
end

readme.md

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

3535
Please see the [project releases](https://socketry.github.io/console/releases/index) for all releases.
3636

37+
### v1.37.0
38+
39+
- Show compound units in elapsed time display.
40+
3741
### v1.36.0
3842

3943
- Add a `size_limit` to `Console::Format::Safe` (default 16KiB) which rebuilds oversized records field-by-field, keeping as many top-level fields as fit within the limit.
@@ -76,10 +80,6 @@ Please see the [project releases](https://socketry.github.io/console/releases/in
7680

7781
- Always return `nil` from `Console::Filter` logging methods.
7882

79-
### v1.29.1
80-
81-
- Fix logging `exception:` keyword argument when the value was not an exception.
82-
8383
## Contributing
8484

8585
We welcome contributions to this project.

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+
## v1.37.0
44

55
- Show compound units in elapsed time display.
66

0 commit comments

Comments
 (0)