You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release resolves critical Docker image publishing failures that prevented containerized shimmy deployments. The fix ensures reliable automated Docker Hub publishing for all future releases.
Copy file name to clipboardExpand all lines: Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
[package]
2
2
name = "shimmy"
3
-
version = "1.7.4"
3
+
version = "1.8.0"
4
4
edition = "2021"
5
5
license = "MIT"
6
6
description = "Lightweight sub-5MB Ollama alternative with native SafeTensors support. No Python dependencies, 2x faster loading. Now with GitHub Spec-Kit integration for systematic development."
0 commit comments