Skip to content

Commit a16e9e4

Browse files
committed
Version 2.15.0
1 parent 143d627 commit a16e9e4

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,16 @@ The format is based on [Keep a Changelog], and this project adheres to
1010

1111
## [Unreleased]
1212

13-
[Unreleased]: https://github.com/envato/stack_master/compare/v2.14.1...HEAD
13+
[Unreleased]: https://github.com/envato/stack_master/compare/v2.15.0...HEAD
14+
15+
## [2.15.0] - 2024-07-15
16+
17+
### Changed
18+
19+
- Always report at least a small fragment of the backtrace. ([#381])
20+
21+
[2.15.0]: https://github.com/envato/stack_master/compare/v2.14.1...v2.15.0
22+
[#381]: https://github.com/envato/stack_master/pull/381
1423

1524
## [2.14.1] - 2024-03-07
1625

lib/stack_master/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module StackMaster
2-
VERSION = "2.14.1"
2+
VERSION = "2.15.0"
33
end

0 commit comments

Comments
 (0)