Skip to content

Commit 59a9a09

Browse files
committed
Bump minor version.
1 parent c1fd00c commit 59a9a09

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

lib/sus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
# @namespace
77
module Sus
8-
VERSION = "0.36.0"
8+
VERSION = "0.37.0"
99
end

readme.md

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

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

36+
### v0.37.0
37+
38+
- Long values in verbose (and failure) output are now truncated to a configurable length (default 100 characters), preventing huge objects from flooding the output. Set the `SUS_OUTPUT_VARIABLE_TRUNCATION_LIMIT` environment variable to change the limit, or `0` to disable truncation.
39+
3640
### v0.36.0
3741

3842
- Hard code `XTerm` output for GitHub Actions, as it supports ANSI escape codes.

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.37.0
44

55
- Long values in verbose (and failure) output are now truncated to a configurable length (default 100 characters), preventing huge objects from flooding the output. Set the `SUS_OUTPUT_VARIABLE_TRUNCATION_LIMIT` environment variable to change the limit, or `0` to disable truncation.
66

0 commit comments

Comments
 (0)