From 704657c449dd084eeb99cf427166ec946153fc9f Mon Sep 17 00:00:00 2001 From: Jenna Johnson Date: Fri, 1 Nov 2024 16:10:16 +0000 Subject: [PATCH] updates version to 0.1.7 and updates NEWS.md --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3b492fa..080e6d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ghqc.app Title: Create QC Checklists in Github Issues -Version: 0.1.6 +Version: 0.1.7 Authors@R: c( person("Jenna", "Johnson", email = "jenna@a2-ai.com", role = c("aut", "cre")), person("Anne", "Zheng", email = "anne@a2-ai.com", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index ac58f54..a87566e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# ghqc.app 0.1.7 + +- Fixes bug in rendered reports in which a maximum height for logos wasn't set to prevent overlapping header lines and header text. + # ghqc.app 0.1.6 - Fixes bug in record app for previewing markdown files (same bug and solution as in 0.1.4)