Skip to content

Commit 34dcd3a

Browse files
authored
v1.1.0 and changelog (#399)
Signed-off-by: Jens Reinecke <[email protected]>
1 parent 8a951f1 commit 34dcd3a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Change Log
22

3-
## Unreleased
3+
## 1.1.0
44

5-
- Updated NPM dependencies, Node and Python requirements, and Typescript version. Code changes as required for this.
5+
- Fixes [#361](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/361): Fixes and robustness around remote target GDB connect, disconnect, and unexpected connection loss/termination of gdb and gdbserver.
6+
- Enhancement [PR #384](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/pull/384): Error handling for missing remote configuration like port.
7+
- Implements [#381](https://github.com/eclipse-cdt-cloud/cdt-gdb-adapter/issues/381): Update NPM dependencies, Node and Python requirements, and Typescript version. Code changes as required for this.
68

79
## 1.0.11
810

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cdt-gdb-adapter",
3-
"version": "1.0.11",
3+
"version": "1.1.0",
44
"description": "gdb adapter implementing the debug adapter protocol",
55
"main": "dist/index.js",
66
"browser": "dist/browser/web.js",

0 commit comments

Comments
 (0)