branch: elpa/pg
commit 6d4b528cfd1e7f776eb0e4c14d84668fa69a041b
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>
Prepare for v0.68 release
---
CHANGELOG.md | 2 +-
pg.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b939d131f..4aa3f3e10e 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [0.68] - Unreleased
+## [0.68] - 2026-06-19
- Parse one-dimensional array values that PostgreSQL returns with explicit
dimension bounds, such as
`[-33:-31]={100,200,300}` (patch from @LuciusChen).
diff --git a/pg.el b/pg.el
index 1172ca265f..e426122fab 100644
--- a/pg.el
+++ b/pg.el
@@ -3,7 +3,7 @@
;; Copyright: (C) 1999-2002, 2022-2026 Eric Marsden
;; Author: Eric Marsden <[email protected]>
-;; Version: 0.67
+;; Version: 0.68
;; Keywords: data comm database postgresql
;; URL: https://github.com/emarsden/pg-el
;; Package-Requires: ((emacs "28.1") (peg "1.0.1"))