branch: elpa/pg
commit 52888cb6120407654f248877b2a78a75f7df0d99
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>
Prepare for v0.63 release
---
CHANGELOG.md | 2 +-
pg.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a11644136d..f5fa5735e25 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog
-## [0.63] - Unreleased
+## [0.63] - 2026-02-08
- Add support for looking up connection passwords using the Emacs auth-source
functionality. If
variable `pg-use-auth-source` is non-nil and a null value for password is
provided to
diff --git a/pg.el b/pg.el
index 2be5da57556..83893c81669 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.62
+;; Version: 0.63
;; Keywords: data comm database postgresql
;; URL: https://github.com/emarsden/pg-el
;; Package-Requires: ((emacs "28.1") (peg "1.0.1"))