warp_engine 0.5.2 — 0.5.1's tag never produced a gem

The 0.5.1 tag build failed on the stale dummy schema, so nothing was published
under that number; the fix landed a commit later. Moving a tag would have been
the tidier answer — the gem contents are byte-identical, since spec/ is not in
`spec.files` — but deleting the remote tag is not something I can do here, and
burning a patch number is the conventional response to a burned tag anyway.

0.5.1 therefore exists in the history and in one lockfile and nowhere else.
0.5.2 is what ships.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-19 11:42:28 +02:00
co-authored by Claude Opus 5
parent 06030c43cd
commit 4505571052
+1 -1
View File
@@ -1,5 +1,5 @@
module WarpEngine module WarpEngine
VERSION = "0.5.1" VERSION = "0.5.2"
# The header every API response carries. Named here rather than written out at the one # The header every API response carries. Named here rather than written out at the one
# place that sets it: clients read it, the README documents it, and a string in three # place that sets it: clients read it, the README documents it, and a string in three