Skip to content

Commit bb26d72

Browse files
committed
Bump version, update changelog
1 parent f453193 commit bb26d72

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
### Known issues
99
- The visualization is not shown after hiding the webview with another window and showing it again
1010

11+
## [0.9.0]
12+
### Added
13+
- Support for debugpy
14+
### Fixed
15+
- Visualization of Shapely geometries
16+
1117
## [0.8.0]
1218
### Added
1319
- Automatic C++ type alias unrolling in GDB and LLDB
@@ -25,7 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2531

2632
## [0.6.0]
2733
### Added
28-
- Visualization of python numpy.array
34+
- Visualization of Python numpy.array
2935
- Support for Jupyter Notebook / Python Kernel Debug Adapter
3036
- Support for cortex-debug
3137
- Direction marker at first point/value

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphicaldebugging-vscode",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"publisher": "AdamWulkiewicz",
55
"author": {
66
"name": "Adam Wulkiewicz"

0 commit comments

Comments
 (0)