misarmail 5.0.2 → 5.0.3
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 +4 -0
- 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: 0d9f282953a9fb05525312f8426693464fdd1f4e7fa05d9e7c91f3612523c93d
|
|
4
|
+
data.tar.gz: 48c22ba6ddd9ec4965f917a3c772360e1f63cca2a0873ab8d77edd548ea44567
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f351b0bb9244a23cdc709d021c95e8bd162a17a5d8c5a291c460cfa8a4367d4844b15be97acccd664b71ba29bf91806e9be6df40674031c8ed1721555661473e
|
|
7
|
+
data.tar.gz: 549edf69bd86108ddc71fb659df2e9997853802b55b1ad64236470ee93bbea12d335c11c9f7e2f8dc9c1aad396295a74bf7a6f2d19add4ba9804e773497cc985
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this SDK are documented here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project uses
|
|
5
5
|
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [5.0.3] — 2026-08-19
|
|
8
|
+
|
|
9
|
+
Republished so that every SDK, including the tag-versioned ones, ships through the same automated release pipeline. No API changes.
|
|
10
|
+
|
|
7
11
|
## [5.0.2] — 2026-08-19
|
|
8
12
|
|
|
9
13
|
Republished so that every SDK, including the tag-versioned ones, ships through the same automated release pipeline. No API changes.
|