We should be able to accomplish a smooth upgrade transition with this (though that probably doesn't even matter at this point). I think we can do that by first generating releases & patches for this new version using the old generator & builder, then rebuilding using the new hkdist, then pushing new code to the generator once those steps are done.
Might not be worth the trouble though since ~nobody should be using these binaries yet.
I'm going to go ahead with the clean rollout strategy I discussed above. I'll leave the old-style diff files around for a few days, and the latest old-style full release around for a bit longer.
Fixes #65.
We should be able to accomplish a smooth upgrade transition with this (though that probably doesn't even matter at this point). I think we can do that by first generating releases & patches for this new version using the old generator & builder, then rebuilding using the new
hkdist
, then pushing new code to the generator once those steps are done.Might not be worth the trouble though since ~nobody should be using these binaries yet.