julewire-core 1.1.0 → 1.1.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 +8 -0
- data/lib/julewire/core/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: caa063f4c5d3e39efe092df078811e29ec8ace41ab8b459d9f77276ba16bbee9
|
|
4
|
+
data.tar.gz: 1af9d19915aee53ff7abfcd6532cfb7d2f0aa836d1ee3a953f3f28217280b189
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9577774281e4a434eed8862a93b08551ed8ef634f89bea232ce90165ccdc640275c039546a4df847bb01eba2d6049833957873d83c6dd13ec9b30f93328dbfb
|
|
7
|
+
data.tar.gz: c1e6ba4c5c6ecbd33cd611063de5a8f2f12f9062654ae8cce586c7d8a0dbb2c6dd41f183f4d061ff5905d1842f01b4cedaf6660ed8ef6b9a121e5891185754b0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
## Unreleased
|
|
2
2
|
|
|
3
|
+
## 1.1.2 - 2026-08-02
|
|
4
|
+
|
|
5
|
+
- Refresh development and compatibility dependency locksets.
|
|
6
|
+
|
|
7
|
+
## 1.1.1 - 2026-07-26
|
|
8
|
+
|
|
9
|
+
- Refresh the tested dependency lockset.
|
|
10
|
+
|
|
3
11
|
## 1.1.0 - 2026-07-20
|
|
4
12
|
|
|
5
13
|
- Make carrier extraction status public via `Carrier::Extracted` and rename the
|