From a3a85ce83b9841b2924ad66d16a551cca1368533 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Fri, 7 Jun 2024 14:37:05 -0500 Subject: [PATCH] Increment version number to 0.24.0 --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 1515905..360fcd4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Package Package: evaluate Title: Parsing and Evaluation Tools that Provide More Details than the Default -Version: 0.23.0.9000 +Version: 0.24.0 Authors@R: c( person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Yihui", "Xie", role = "aut", diff --git a/NEWS.md b/NEWS.md index ec23b6d..dce7885 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# evaluate (development version) +# evaluate 0.24.0 * The `source` output handler can now take two arguments (the unparsed `src` and the parsed `call`) and choose to affect the displayed source.