Skip to content

Commit 48753fa

Browse files
committed
bump v0.6.3
1 parent 54c3f77 commit 48753fa

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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.6.3] 2025-04-28
12+
### added
13+
* frame, select-frame
14+
* up, up-silently
15+
* down, down-silently
16+
1117
## [0.6.2] 2024-12-23
1218
### modified
1319
* Rendering of frame items in gdb-log

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77

88
VSCode grammar extension to color higlight scripts for GDB and GDB outputs logs.
99

10-
## [0.6.2] 2024-12-23
11-
### modified
12-
* Rendering of frame items in gdb-log
13-
* Rendering of file locations, experimental
10+
## [0.6.3] 2025-04-28
11+
### added
12+
* frame, select-frame
13+
* up, up-silently
14+
* down, down-silently
1415

1516
Disclaimer: for the moment, all the commands that I use are rendered.
1617
Commits will slow down. May not update at all.

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.6.2",
8+
"version": "0.6.3",
99
"engines": {
1010
"vscode": "^1.45.0"
1111
},

0 commit comments

Comments
 (0)