From 917e797f941eb4ae755e202397aa90b5846eda52 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Wed, 11 Dec 2019 22:55:06 +1000 Subject: [PATCH] Pre-release v0.13.0-B1912005 (#356) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f193a8c3e..15993aa744 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## v0.13.0-B1912005 (pre-release) + - Added semantic version assertion helper `Version`. [#344](https://github.com/Microsoft/PSRule/issues/344) - Added string affix assertion helpers. [#353](https://github.com/Microsoft/PSRule/issues/353) - Added methods `StartsWith`, `EndsWith` and `Contains`. See `about_PSRule_Assert` for usage details.