diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-23 12:23:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 12:23:29 +0000 |
commit | 1493b86c7550dbb4fabf5ea87960ee98fed58665 (patch) | |
tree | 72daa550e72a76994aa22ed1d7894304dc86d008 /vendor/github.com/onsi/gomega/CHANGELOG.md | |
parent | 1c4b085e547a6fcbe7c2ff17a5ae1e97fa41ec1f (diff) | |
download | podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.tar.gz podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.tar.bz2 podman-1493b86c7550dbb4fabf5ea87960ee98fed58665.zip |
Bump github.com/onsi/gomega from 1.15.0 to 1.16.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](https://github.com/onsi/gomega/compare/v1.15.0...v1.16.0)
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/onsi/gomega/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/onsi/gomega/CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md index 3486f3582..18190e8b9 100644 --- a/vendor/github.com/onsi/gomega/CHANGELOG.md +++ b/vendor/github.com/onsi/gomega/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.16.0 + +### Features +- feat: HaveHTTPStatus multiple expected values (#465) [aa69f1b] +- feat: HaveHTTPHeaderWithValue() matcher (#463) [dd83a96] +- feat: HaveHTTPBody matcher (#462) [504e1f2] +- feat: formatter for HTTP responses (#461) [e5b3157] + ## 1.15.0 ### Fixes |