From c75c77aeef2b639dd488a536b30ce6660fd86ce0 Mon Sep 17 00:00:00 2001 From: Schneems Date: Mon, 15 Jul 2024 21:30:54 -0500 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 2 ++ lib/rundoc/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a0f725..2e7b3f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## HEAD +## 3.0.0 + - Change: Default directories are now `rundoc_output` (instead of `project`) and `rundoc_failure` (instead of `tmp`). - Change: Non-empty directories for success or failure paths will now halt execution unless `--force` is used - Change: The CLI command `rundoc build --path ` is now `rundoc ` diff --git a/lib/rundoc/version.rb b/lib/rundoc/version.rb index 8a58e58..d707f1d 100644 --- a/lib/rundoc/version.rb +++ b/lib/rundoc/version.rb @@ -1,3 +1,3 @@ module Rundoc - VERSION = "2.0.1" + VERSION = "3.0.0" end