Skip to content

Commit e4f1c1d

Browse files
committed
docs: v1.16.1 release notes
1 parent f30aee7 commit e4f1c1d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.16.1]
9+
10+
### Changed
11+
12+
Internal special error, thrown when we can no longer send requests to debugger, i.e. because variables view was not updated, so we tried to use outdated handles (`variablesReference`).
13+
814
## [1.16.0]
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgresql-hacker-helper",
33
"displayName": "PostgreSQL Hacker Helper",
44
"description": "Extension to assist Postgres hackers - source code developers",
5-
"version": "1.16.0",
5+
"version": "1.16.1",
66
"engines": {
77
"vscode": "^1.67.0"
88
},

0 commit comments

Comments
 (0)