Skip to content

Commit

Permalink
Bump version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dewski committed Nov 1, 2024
1 parent 74ee114 commit 91038d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.0.7] - 2024-11-01

### Added

- Add commands to toggle, apply, and remove coverage ([#14](https://github.com/dewski/vscode-simplecov/pull/14)).

## [0.0.6] - 2024-07-15

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "simplecov",
"displayName": "SimpleCov",
"description": "Code coverage highlighter & statistics for Ruby projects using SimpleCov",
"version": "0.0.6",
"version": "0.0.7",
"engines": {
"vscode": "^1.85.0"
},
Expand Down

0 comments on commit 91038d7

Please sign in to comment.