Skip to content

Commit

Permalink
bump v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirpyn committed Oct 16, 2023
1 parent 0a645e4 commit 556cc80
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
Disclaimer: for the moment, all the commands that I use are rendered.
Commits will slow down. May not update at all.


## [0.5.3] 2023-10-16
### Modified
* break: -force-condition and explicit location

## [0.5.2] 2023-06-20
### Added
* finish
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
VSCode grammar extension to color higlight scripts for GDB

## Changelog
## [0.5.2] 2023-06-20
### Added
* finish
## [0.5.3] 2023-10-16
### Modified
* on/off/auto and other constant keyword
* break: -force-condition and explicit location

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Syntax color for GDB command",
"repository": "https://github.com/pirpyn/gdb-syntax-vscode",
"icon" : "images/archer.png",
"version": "0.5.2",
"version": "0.5.3",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit 556cc80

Please sign in to comment.