From 19b719a390bf247b34eba63dbfaa4c7a9229f9db Mon Sep 17 00:00:00 2001 From: Jay Qi Date: Sat, 20 Feb 2021 10:06:17 -0800 Subject: [PATCH] v0.2.0 release --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b74a584..d447c2f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # reprexlite Changelog -## v0.2.0 (2021-02-17) +## v0.2.0 (2021-02-20) - Removing old results from inputs: ([#8](https://github.com/jayqi/reprexlite/pull/8)) - Changed reprexes to—by default—remove lines matching the `comment` prefix (`#>` by default). This means that if your input code is a previously rendered reprex, the old results will be removed first and you effectively regenerate it.