From b04f957fa88644d5da0d565f535a7a459ac2278d Mon Sep 17 00:00:00 2001 From: Koichi Nakashima Date: Wed, 28 Oct 2020 22:26:34 +0900 Subject: [PATCH] Update to 0.27.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- shellspec | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015f9bbe..ba19c002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.27.2] - 2020-10-28 + ### Fixed - Fixed a bug that didn't cause an error if there are fixed examples diff --git a/package.json b/package.json index fb9ee598..abaf274a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ShellSpec", - "version": "0.27.1", + "version": "0.27.2", "description": "BDD style unit testing framework for POSIX compliant shell script", "homepage": "https://shellspec.info", "scripts": ["shellspec"], diff --git a/shellspec b/shellspec index 0a99b585..34ea781c 100755 --- a/shellspec +++ b/shellspec @@ -12,7 +12,7 @@ if [ "${1:-}" = "-" ]; then return 0 fi -export SHELLSPEC_VERSION='0.27.1' +export SHELLSPEC_VERSION='0.27.2' export SHELLSPEC_SELF='' export SHELLSPEC_ROOT='' export SHELLSPEC_PROJECT_ROOT=''