From 3aff790f6a899b40b3fd62151a6b243c06ef12a2 Mon Sep 17 00:00:00 2001 From: wlandau Date: Mon, 18 Mar 2024 14:21:59 -0400 Subject: [PATCH] Dev version 0.8.0.9000 --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 50721ab..6531d34 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -9,7 +9,7 @@ Description: Function-oriented Make-like declarative pipelines for reproducible pipelines concisely and compactly. The methods in this package were influenced by the 'drake' R package by Will Landau (2018) . -Version: 0.8.0 +Version: 0.8.0.9000 License: MIT + file LICENSE URL: https://docs.ropensci.org/tarchetypes/, https://github.com/ropensci/tarchetypes BugReports: https://github.com/ropensci/tarchetypes/issues diff --git a/NEWS.md b/NEWS.md index 6a95241..e04201c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# tarchetypes 0.8.0.9000 (development) + + + # tarchetypes 0.8.0 * Expose the new `description` argument of `tar_target()` in `targets` 1.5.1.9001.