hephaestus 0.7.6.1 → 0.7.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/config/initializers/slack_webhook_logger.rb +1 -1
- data/lib/hephaestus/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: 85a0b7b513f676ed8687312221598970fa528e732d1fd58f6a7a5b1f3946c789
|
|
4
|
+
data.tar.gz: 7368456a76e76d0bed34e96da971cffdced86a7b65cfc3ff22b55e14914238c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4741f209871a8424389aa87931ea8f5fdf78269dc7fe85189f8ea203ad98f7f912a2dd33a5bfc0c436361a29ea6eabf2c2f9bdaa812d0798c7a570bf47e3046
|
|
7
|
+
data.tar.gz: 8e11b5461c8956edd50e034d34e871214bf28be766b76df34288fccbaf932293eaafd9257a1620aca794f016ff9a3880f6daeff81ee35647426908bfa8beb284
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
# [v0.7.6.2] - 21-11-2024
|
|
2
|
+
## What's Changed
|
|
3
|
+
* Slack log urls are unique per env by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/58
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
**Full Changelog**: https://github.com/yettoapp/hephaestus/compare/v0.7.6.1...v0.7.6.2
|
|
1
7
|
# [v0.7.6.1] - 21-11-2024
|
|
2
8
|
## What's Changed
|
|
3
9
|
* replace newlines by @gjtorikian in https://github.com/yettoapp/hephaestus/pull/56
|
data/lib/hephaestus/version.rb
CHANGED