Skip to content

Commit

Permalink
Merge branch 'release/1.13.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchase committed Jun 23, 2023
2 parents c52391c + f377f43 commit c074328
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: redcapcustodian
Type: Package
Title: Data automation for R-centric workflows with a nod towards REDCap
Version: 1.12.0
Version: 1.13.0
Authors@R: c(
person("Philip", "Chase",
email = "[email protected]",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# redcapcustodian 1.13.0 (released 2023-06-23)
- Add project_purpose_other_research_labels.rda (@pbchase, #123)
- Add project_status_labels and project_purpose_labels (@pbchase, #122)
- Add conn parameter to write_summary_metrics() (@pbchase, #122)
- Add copy_entire_table_to_db() (@pbchase, #122)
- Update render_report.R to support quarto files (@pbchase, #118)

# redcapcustodian 1.12.0 (released 2023-06-02)
- Add unnest_job_summary_data_json_object() (@pbchase, #111)
- Fix Version in DESCRIPTION (@pbchase)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.12.0
1.13.0

0 comments on commit c074328

Please sign in to comment.