Tags: ruscur/snowpatch
Tags
snowpatch 0.2.0 Signed-off-by: Andrew Donnellan <[email protected]>
snowpatch 0.2.0-beta.1 Because of course we'd screw this up. Apparently the keywords metadata field we had was invalid. Remove "continuous integration" to fix this. Signed-off-by: Andrew Donnellan <[email protected]>
snowpatch 0.2.0-beta.0 Tagging this beta version mostly so I can get some experience pushing it to crates.io (the 0.1.0 release no longer compiles, sadly). 0.2.0 release is imminent! Signed-off-by: Andrew Donnellan <[email protected]>
Merge branch 'swag' into 'master' Hefty refactor and mbox file support The general objective of this series is to enable mbox file support. This means that the main testing flows need to be around the mbox file itself, rather than a Series in Patchwork. Thus, Patchwork is isolated from the main flow, which is focused on git and then Jenkins. This fixes #24, #23, #21, #7, #11, and starts on #17 I think. See merge request !12