You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
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
+
3
15
## 0.8 (2020.11.11)
4
16
5
17
- Added support for branch coverage - thanks [@robotdana!](https://github.com/robotdana) ([#19](https://github.com/chetan/simplecov-console/pull/19))
- Fix: typo in output ([#24](https://github.com/chetan/simplecov-console/pull/24))
194
+
191
195
### 0.9.1 (2021.02.01)
192
196
193
197
- 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