From 3ac020845b8543bf58b19b70c8e23d5d7fa9307b Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 22 Apr 2016 22:15:14 -0400 Subject: [PATCH] v0.5.x version updates --- changes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/changes.md b/changes.md index 2bd0ddb..0d23132 100644 --- a/changes.md +++ b/changes.md @@ -71,3 +71,16 @@ v0.4.0 * Added Documentation, which is available on dcowden.github.io/cadquery * Added CQGI, an adapter API that standardizes use of cadquery from within structured execution environments * Added ability to import STEP files from a web URL (thanks @huskier ) #128 + +v0.4.1 +------ + * Minor CQGI updates + +v0.5.0-stable +------ + * Configuring Travis to push to PyPI on version releases. + +v0.5.1 +------ + * Mirroring fixes (thanks @huskier) + * Added a mirroring example (thanks @huskier)