Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rainforest CLI Changelog

## 2.21.0 - 2021-08-09
- Switch autoupdate functionality provider from Equinox.io to `go-github-selfupdate`
- (a5937b1ac787063dcdafea483967a81e551e2882, @magni-)
## 2.20.0 - 2021-07-29
- Include URLs to test results for failures
- (5d09380, @jbarber)
Expand Down
2 changes: 1 addition & 1 deletion rainforest-cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

const (
// Version of the app in SemVer
version = "2.20.0"
version = "2.21.0"
// This is the default spec folder for RFML tests
defaultSpecFolder = "./spec/rainforest"
)
Expand Down