Skip to content

Commit

Permalink
feat: release Bats v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schulze-vireso committed Jul 15, 2023
1 parent 43090d2 commit f7defb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.9.0
Version: 1.10.0
Release: 1%{?dist}
Summary: Bash Automated Testing System

Expand Down
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog][kac] and this project adheres to
[kac]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/

## [Unreleased]
## [1.10.0] - 2023-07-15

### Added

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.9.0'
export BATS_VERSION='1.10.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.9.0",
"version": "1.10.0",
"description": "Bash Automated Testing System",
"homepage": "https://github.com/bats-core/bats-core#readme",
"license": "MIT",
Expand Down

0 comments on commit f7defb9

Please sign in to comment.