From 5572edc33239e1c6c8ab840b78e1a68e3714cc1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 12 Apr 2021 08:26:05 +0200 Subject: [PATCH] Bump version to 1.3.2 --- DESCRIPTION | 4 ++-- NEWS.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 14586431..c2f0a647 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: RPostgres Title: 'Rcpp' Interface to 'PostgreSQL' -Version: 1.3.1.9001 -Date: 2021-01-24 +Version: 1.3.2 +Date: 2021-04-12 Authors@R: c(person(given = "Hadley", family = "Wickham", diff --git a/NEWS.md b/NEWS.md index 6e9261d4..a422a763 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,11 @@ + + +# RPostgres 1.3.2 (2021-04-12) + +- Remove BH dependency by inlining the header files (#300). +- Use Autobrew if libpq is older than version 12 (#294, @jeroen). + + # RPostgres 1.3.1.9001 (2021-01-24) - `dbConnect()` now issues `SET datestyle to iso, mdy` to avoid translation errors for datetime values with databases configured differently (#287, @baderstine).