Skip to content

Commit

Permalink
feat: release Bats v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Feb 24, 2022
1 parent 13d7bcb commit 210acf3
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.5.0
Version: 1.6.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.6.0] - 2022-02-24

### Added

* new flag `--code-quote-style` (and `$BATS_CODE_QUOTE_STYLE`) to customize
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.5.0'
export BATS_VERSION='1.6.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.5.0",
"version": "1.6.0",
"description": "Bash Automated Testing System",
"homepage": "https://github.com/bats-core/bats-core#readme",
"license": "MIT",
Expand Down

0 comments on commit 210acf3

Please sign in to comment.