Skip to content

Commit

Permalink
Prepare for v0.46 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Jan 12, 2025
1 parent fb84203 commit e6199fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog


## [0.46] - Unreleased
## [0.46] - 2025-01-12

- Fixes to the handling of timezones when parsing and serializing `time` and `timetz` data. Timezone
information was previously lost during parsing and serialization. Patch from @akurth.
Expand Down
4 changes: 2 additions & 2 deletions pg.el
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;;; pg.el --- Socket-level interface to the PostgreSQL database -*- lexical-binding: t -*-

;; Copyright: (C) 1999-2002, 2022-2024 Eric Marsden
;; Copyright: (C) 1999-2002, 2022-2025 Eric Marsden

;; Author: Eric Marsden <[email protected]>
;; Version: 0.45
;; Version: 0.46
;; Keywords: data comm database postgresql
;; URL: https://github.com/emarsden/pg-el
;; Package-Requires: ((emacs "28.1") (peg "1.0"))
Expand Down

0 comments on commit e6199fa

Please sign in to comment.