From 556cc800b7eda30ea059210b7a2186c8be54dea1 Mon Sep 17 00:00:00 2001 From: pirpyn Date: Mon, 16 Oct 2023 09:44:12 +0000 Subject: [PATCH] bump v0.5.3 --- CHANGELOG.md | 5 +++++ README.md | 6 ++---- package.json | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1137430..e962a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 659a346..5cf39b7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index d303d10..62397c8 100644 --- a/package.json +++ b/package.json @@ -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" },