From 5c2c4406458b96a63d5065df0886042c430ebf7c Mon Sep 17 00:00:00 2001 From: Christopher Maahs Date: Mon, 22 Mar 2021 23:51:04 -0500 Subject: [PATCH] RELEASE of v0.1.0 --- changelog/v0.1.0.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 changelog/v0.1.0.md diff --git a/changelog/v0.1.0.md b/changelog/v0.1.0.md new file mode 100644 index 0000000..24d2964 --- /dev/null +++ b/changelog/v0.1.0.md @@ -0,0 +1,17 @@ +## v0.1.0 + +### Changes + +#### [Pull Request #9](https://github.com/splicemachine/splicectl/pull/9) + +- A bunch of logging movement (Debug->Trace, Info->Debug, etc) +- Checking the TAG commit ID to ensure it is reachable in the current branch + + +### Bug Fixes + +#### [Pull Request #9](https://github.com/splicemachine/splicectl/pull/9) + +- Specifying tags no longer requires SEMVER valid tags + - With the exception if you don't specify '--since-tag', everything is converted to SEMVER and compared. +