Skip to content

Commit

Permalink
Merge branch 'main' into feat/refactor_list
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Apr 1, 2024
2 parents 1c0ea3d + d689f88 commit 7730f13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RPostgres
Title: C++ Interface to PostgreSQL
Version: 1.4.6.9004
Date: 2024-01-15
Version: 1.4.6.9005
Date: 2024-01-24
Authors@R: c(
person("Hadley", "Wickham", role = "aut"),
person("Jeroen", "Ooms", role = "aut"),
Expand Down Expand Up @@ -47,7 +47,7 @@ Config/testthat/edition: 3
Encoding: UTF-8
LazyLoad: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
SystemRequirements: libpq >= 9.0: libpq-dev (deb) or postgresql-devel
(rpm)
Collate:
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# RPostgres 1.4.6.9005 (2024-01-24)

- Internal changes only.


# RPostgres 1.4.6.9004 (2024-01-15)

- Internal changes only.
Expand Down

0 comments on commit 7730f13

Please sign in to comment.