Skip to content

Commit 682adff

Browse files
committed
docs: updated changelog for 0.9.2
1 parent d19bd4f commit 682adff

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.9.2 (2024.09.17)
4+
5+
- Fix: typo in output ([#24](https://github.com/chetan/simplecov-console/pull/24))
6+
7+
## 0.9.1 (2021.02.01)
8+
9+
- Fix: Don't add ellipsis if line groups are not truncated - thanks [@lbraun](https://github.com/lbraun)! ([#21](https://github.com/chetan/simplecov-console/pull/21))
10+
11+
## 0.9 (2021.01.21)
12+
13+
- Added support for limiting number of lines shown
14+
315
## 0.8 (2020.11.11)
416

517
- Added support for branch coverage - thanks [@robotdana!](https://github.com/robotdana) ([#19](https://github.com/chetan/simplecov-console/pull/19))

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ BRANCH COVERAGE: 83.33% -- 5/6 branches in 2 branches
188188

189189
## History
190190

191+
### 0.9.2 (2024.09.17)
192+
193+
- Fix: typo in output ([#24](https://github.com/chetan/simplecov-console/pull/24))
194+
191195
### 0.9.1 (2021.02.01)
192196

193197
- Fix: Don't add ellipsis if line groups are not truncated - thanks [@lbraun](https://github.com/lbraun)! ([#21](https://github.com/chetan/simplecov-console/pull/21))

0 commit comments

Comments
 (0)