Skip to content

Commit 3e48c75

Browse files
author
ashenBlade
committed
docs: update docs to release 1.0.0
1 parent 7b88318 commit 3e48c75

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.0.0]
9+
10+
### Added
11+
12+
T_XidList to supported List subtype
13+
14+
### Removed
15+
16+
EPQState from list of array special members - it does not have NodeTag
17+
818
## [0.2.0]
919

1020
### Added

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ Known issues:
109109

110110
## Release Notes
111111

112+
### 1.0.0
113+
114+
Remove EPQState from array special members
115+
116+
Add T_XidList support
117+
112118
### 0.2.0
113119

114120
Add more special members.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
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": "0.2.0",
5+
"version": "1.0.0",
66
"engines": {
77
"vscode": "^1.0.0"
88
},
@@ -21,7 +21,9 @@
2121
"PostgreSQL",
2222
"postgresql",
2323
"postgres",
24-
"pgsql"
24+
"pgsql",
25+
"pg",
26+
"c"
2527
],
2628
"contributes": {
2729
"commands": [

0 commit comments

Comments
 (0)