Skip to content

Commit 0a8ed37

Browse files
committed
v1.4.3
1 parent 2b88793 commit 0a8ed37

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.4.3]
9+
10+
Add pre and post steps around running `pg_bsd_indent` to handle some formatting cases, like single space between type name and `*`. Relates to bug [#3](https://github.com/ashenBlade/postgres-dev-helper/issues/3).
11+
812
## [1.4.2]
913

1014
### Fixed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ Known issues:
222222

223223
## Release Notes
224224

225+
### 1.4.3
226+
227+
Add missing formatting rules when running `pg_bsd_indent`. [#3](https://github.com/ashenBlade/postgres-dev-helper/issues/3).
228+
225229
### 1.4.2
226230

227231
Fix invalid handling of `pg_bsd_indentPath` setting. [#2](https://github.com/ashenBlade/postgres-dev-helper/issues/2)

Diff for: package-lock.json

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

Diff for: package.json

+1-1
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.4.2",
5+
"version": "1.4.3",
66
"engines": {
77
"vscode": "^1.30.0"
88
},

0 commit comments

Comments
 (0)