Skip to content

Commit

Permalink
bump v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pirpyn committed Jul 23, 2024
1 parent 605bdfd commit 46aeead
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ 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.7] 2024-07-23
### added
* set disable-randomization
* set disassemble-next-line
* set disassembly-flavor

## [0.5.6] 2024-04-15
### added
* set detach-on-fork
Expand Down
13 changes: 4 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@

VSCode grammar extension to color higlight scripts for GDB

## [0.5.6] 2024-04-15
## [0.5.7] 2024-07-23
### added
* set detach-on-fork
* set follow-fork-mode
* set demangle-style
* set print
* demangle
* object
* sevenbit-strings
* static-members
* set disable-randomization
* set disassemble-next-line
* set disassembly-flavor

Disclaimer: for the moment, all the commands that I use are rendered.
Commits will slow down. May not update at all.
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.6",
"version": "0.5.7",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit 46aeead

Please sign in to comment.