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).