Skip to content

Commit

Permalink
Bump the patch version, update history
Browse files Browse the repository at this point in the history
ged committed Mar 18, 2020

Verified

This commit was signed with the committer’s verified signature.
jnpkrn Jan Pokorný
1 parent e95de2f commit 4101db6
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
== v1.2.3 [2020-02-02] Michael Granger <ged@FaerieMUD.org>
== v1.2.3 [2020-03-18] Michael Granger <ged@FaerieMUD.org>

Bugfixes:
- Fix possible segfault at `PG::Coder#encode`, `decode` or their implicit calls through a typemap after GC.compact. #327

- Fix possible segfault at `PG::Coder#encode`, `decode` or their implicit calls through
a typemap after GC.compact. #327
- Fix possible segfault in `PG::TypeMapByClass` after GC.compact. #328


2 changes: 1 addition & 1 deletion lib/pg.rb
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
module PG

# Library version
VERSION = '1.2.2'
VERSION = '1.2.3'

# VCS revision
REVISION = %q$Revision: 6f611e78845a $

0 comments on commit 4101db6

Please sign in to comment.