Skip to content

Commit

Permalink
bump v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pirpyn committed May 31, 2023
1 parent 55374bb commit 16d2b15
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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.4.0] 2023-05-31
## Added
* command
* apropos
* help: alias, aliases, breakpoints, user-defined
## Merged
* fix define command from GitMensch

## [0.3.4] 2023-05-30
## Added
* command:
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ Commits will slow down. May not update at all.

## Changelog

## [0.3.4] 2023-05-30
## [0.4.0] 2023-05-31
## Added
* catch command fully supported
* command
* apropos
* help: alias, aliases, breakpoints, user-defined
## Merged
* fix define command from GitMensch

## References
* [GDB commands, variable and function index](https://sourceware.org/gdb/onlinedocs/gdb/Command-and-Variable-Index.html)
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.3.4",
"version": "0.4.0",
"engines": {
"vscode": "^1.45.0"
},
Expand Down

0 comments on commit 16d2b15

Please sign in to comment.