zephira 0.1.1 → 0.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 +5 -0
- data/lib/zephira/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: 2a09191694b1e6e44c1ae9fba0ca9b7af4631a1022584d46ff9af55b06a0e82c
|
|
4
|
+
data.tar.gz: 7f597a00d9b8490973e8a02171ae43adbd4936554892168f818b67f4faa2fe8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b319ab6e8503e6611a57f0a2331c7cd23178fa0513f8c8cb06871f217058b3b78b7385ddb036799446089d50a48ed7ead80dc7da2ef3fc33da82595ac69be9d9
|
|
7
|
+
data.tar.gz: b9979193232fe845337d8929a9f3bed2b0a582808adee2b2d1fee3cb5a2f1d31accc4715f8c83385ef639cfd66f6e0e4ee1f63af0f48bab2ad480de739c326b2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Zephira Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.2]
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- Release workflow now publishes multi-architecture Docker images (`linux/amd64` and `linux/arm64`). Previous releases only built `linux/amd64`, which prevented the sandbox from launching on Apple Silicon and other arm64 hosts.
|
|
7
|
+
|
|
3
8
|
## [0.1.1]
|
|
4
9
|
|
|
5
10
|
### Fixed
|
data/lib/zephira/version.rb
CHANGED