Bump the patch version, update history and the manifest exclusion pattern.

This commit is contained in:
Michael Granger 2019-01-09 08:34:46 -08:00
parent 114fb28f4b
commit aee5c24407
3 changed files with 4 additions and 4 deletions

2
.hoerc
View File

@ -1,2 +1,2 @@
---
exclude: !ruby/regexp /(?:\.(hg|hoe|bundle|irb|pry|ruby-(version|gemset)|gems|tm|DS_Store|travis\.yml)|sample|vendor|tmp|certs|build|lib/.*(so|dll)|appveyor\.yml|misc|Gemfile|pg\.gemspec)/
exclude: !ruby/regexp /(?:\.(hg|hoe|bundle|irb|pry|ruby-(version|gemset)|gems|tm|DS_Store|travis\.yml)|sample|vendor|tmp|certs|build|lib/.*(so|dll)|appveyor\.yml|misc|spec/env|Gemfile|pg\.gemspec)/

View File

@ -1,4 +1,4 @@
== v1.1.4 [YYYY-MM-DD] Michael Granger <ged@FaerieMUD.org>
== v1.1.4 [2019-01-08] Michael Granger <ged@FaerieMUD.org>
- Fix PG::BinaryDecoder::Timestamp on 32 bit systems. # 284
- Add new error-codes of PostgreSQL-11.

View File

@ -35,10 +35,10 @@ end
module PG
# Library version
VERSION = '1.1.3'
VERSION = '1.1.4'
# VCS revision
REVISION = %q$Revision$
REVISION = %q$Revision: 6f611e78845a $
class NotAllCopyDataRetrieved < PG::Error
end