From 4101db666ce7f03feeb230375d5ab1af14549f9f Mon Sep 17 00:00:00 2001 From: Michael Granger Date: Wed, 18 Mar 2020 13:10:25 -0700 Subject: [PATCH] Bump the patch version, update history --- History.rdoc | 6 ++++-- lib/pg.rb | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/History.rdoc b/History.rdoc index cf52915bd..fabaccf11 100644 --- a/History.rdoc +++ b/History.rdoc @@ -1,7 +1,9 @@ -== v1.2.3 [2020-02-02] Michael Granger +== v1.2.3 [2020-03-18] Michael Granger 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 diff --git a/lib/pg.rb b/lib/pg.rb index 7f461fa9b..a53554670 100644 --- a/lib/pg.rb +++ b/lib/pg.rb @@ -37,7 +37,7 @@ module PG # Library version - VERSION = '1.2.2' + VERSION = '1.2.3' # VCS revision REVISION = %q$Revision: 6f611e78845a $