Skip to content

Commit

Permalink
feat: release Bats v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Mar 8, 2021
1 parent bd827b7 commit 9086c47
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/rpm/bats.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%global repo bats-core

Name: bats
Version: 1.2.1
Version: 1.3.0
Release: 1%{?dist}
Summary: Bash Automated Testing System

Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The format is based on [Keep a Changelog][kac] and this project adheres to

## [Unreleased]

## [1.3.0] - 2021-03-08

### Added

* custom test-file extension via `BATS_FILE_EXTENSION` when searching for test
Expand Down
2 changes: 1 addition & 1 deletion libexec/bats-core/bats
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e

export BATS_VERSION='1.2.1'
export BATS_VERSION='1.3.0'
VALID_FORMATTERS="pretty, junit, tap, tap13"

version() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bats",
"version": "1.2.1",
"version": "1.3.0",
"description": "Bash Automated Testing System",
"homepage": "https://github.com/bats-core/bats-core#readme",
"license": "MIT",
Expand Down

0 comments on commit 9086c47

Please sign in to comment.