workflow-testing 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/publish.yaml +1 -1
- data/.release-please-manifest.json +1 -1
- data/CHANGELOG.md +7 -0
- data/lib/kitchen/driver/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be2b9d2497ca529587a5ae72ee30a1bf4d2f989dbea6a6139094c0cb0d092b15
|
4
|
+
data.tar.gz: 29e0f305c3143fb1936c52a2c435ec1eeeb9f03702efe784aeaef8213bdb962c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 499339848f1d33825d6d165d234c6b61cef73202d83b87dc900fb7dac51cb1d2300e0442180b3572ca1714a107f79db7bf5f3bc8415cea1da2ee780d91bf9aea
|
7
|
+
data.tar.gz: 978979e5c43c5f3dbe5fbd2eae7460f68c8628c00f258ce8ef0f61e82e0d64d8affc395ff22e8d055f53a030ec3a668df47b1fcb4377462108a1ae45ed591efd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [1.0.9](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.8...v1.0.9) (2024-06-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Bug Fixes
|
7
|
+
|
8
|
+
* release please deprecation ([#26](https://github.com/test-kitchen/workflow-testing-gem/issues/26)) ([ba2a78e](https://github.com/test-kitchen/workflow-testing-gem/commit/ba2a78e60c4b876df94858862131e22ca3201fea))
|
9
|
+
|
3
10
|
## [1.0.8](https://github.com/test-kitchen/workflow-testing-gem/compare/v1.0.7...v1.0.8) (2024-06-18)
|
4
11
|
|
5
12
|
|