From c9fd8bbfebaa2177bf4b242ac205134c0545df9f Mon Sep 17 00:00:00 2001 From: Jacob Freck Date: Thu, 21 Jun 2018 12:30:53 -0700 Subject: [PATCH] Release: v0.8.1 (#616) * changelog update * version update * change release date of 0.8.0 to accurate date --- CHANGELOG.md | 11 ++++++++++- aztk/version.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a136df75..731914d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog -## 0.8.0 (2018-06-07) +## 0.8.1 (2018-06-20) + +**Bug Fixes** +* docs links version (#614) ([a8f8e92](https://github.com/Azure/aztk/commit/a8f8e92)), closes [#614](https://github.com/Azure/aztk/issues/614) +* set defaults for SparkConfiguration, add tests (#606) ([5306a2a](https://github.com/Azure/aztk/commit/5306a2a)), closes [#606](https://github.com/Azure/aztk/issues/606) +* spark debug tool filter out .venv, make debug tool testable (#612) ([4e0b1ec](https://github.com/Azure/aztk/commit/4e0b1ec)), closes [#612](https://github.com/Azure/aztk/issues/612) +* Suppress msrest warnings (#611) ([883980d](https://github.com/Azure/aztk/commit/883980d)), closes [#611](https://github.com/Azure/aztk/issues/611) + + +## 0.8.0 (2018-06-12) **Deprecated Features** * ClusterConfiguration fields vm_count and vm_count_low_pri have been renamed to size and size_low_priority diff --git a/aztk/version.py b/aztk/version.py index a179f2e1..bc1058e5 100644 --- a/aztk/version.py +++ b/aztk/version.py @@ -23,7 +23,7 @@ # DEALINGS IN THE SOFTWARE. major = 0 minor = 8 -patch = 0 +patch = 1 suffix = ''