Skip to content

Commit 48c53c0

Browse files
committed
v0.3.2 bump
1 parent a9bd081 commit 48c53c0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88
Disclaimer: for the moment, all the commands that I use are rendered.
99
Commits will slow down. May not update at all.
1010

11+
## [0.3.2] 2023-02-20
12+
### Added
13+
* command:
14+
* target (exec|core|native|remote|extended-remote|record)
15+
* silent (in commands)
16+
* loop_break, loop_continue
17+
1118
## [0.3.1] 2023-02-15
1219
### Added
1320
* operator: ! (shell), | (pipe)

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ Commits will slow down. May not update at all.
2424

2525
## Changelog
2626

27-
## [0.3.1] 2023-02-15
27+
## [0.3.2] 2023-02-20
2828
### Added
29-
* operator: ! (shell), | (pipe)
29+
* command:
30+
* target (exec|core|native|remote|extended-remote|record)
31+
* silent (in commands)
32+
* loop_break, loop_continue
3033

3134
## References
3235
* [GDB commands, variable and function index](https://sourceware.org/gdb/onlinedocs/gdb/Command-and-Variable-Index.html)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Syntax color for GDB command",
66
"repository": "https://github.com/pirpyn/gdb-syntax-vscode",
77
"icon" : "images/archer.png",
8-
"version": "0.3.1",
8+
"version": "0.3.2",
99
"engines": {
1010
"vscode": "^1.45.0"
1111
},

0 commit comments

Comments
 (0)