From 41e933015a04958b9c946dbf39d393f0fa59b053 Mon Sep 17 00:00:00 2001 From: Hippolyte HENRY Date: Wed, 5 Jul 2017 13:05:05 -0400 Subject: [PATCH] [release][changelog] Update changelog and gemspec (#65) --- CHANGELOG.md | 12 ++++++++++++ datadog-sdk-testing.gemspec | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a828913..37a4761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +0.7.3/ 2017.06.30 +================= + +### Changes + +* [bugfix] do an exact match of the check name when running tests. See [#64][] +* [improvement] check for python2 when setting up the environment. See [#63][] +* [improvement] show the output from the subtask invoked. See [#62][] + 0.7.2/ 2017.05.30 ================= @@ -280,5 +289,8 @@ [#59]: https://github.com/DataDog/datadog-sdk-testing/issues/59 [#60]: https://github.com/DataDog/datadog-sdk-testing/issues/60 [#61]: https://github.com/DataDog/datadog-sdk-testing/issues/61 +[#62]: https://github.com/DataDog/datadog-sdk-testing/issues/62 +[#63]: https://github.com/DataDog/datadog-sdk-testing/issues/63 +[#64]: https://github.com/DataDog/datadog-sdk-testing/issues/64 [@ksauzz]: https://github.com/ksauzz [@lastmikoi]: https://github.com/lastmikoi \ No newline at end of file diff --git a/datadog-sdk-testing.gemspec b/datadog-sdk-testing.gemspec index 2dba2d8..ee0b458 100644 --- a/datadog-sdk-testing.gemspec +++ b/datadog-sdk-testing.gemspec @@ -1,9 +1,9 @@ Gem::Specification.new do |s| s.name = 'datadog-sdk-testing' - s.version = '0.7.2' + s.version = '0.7.3' s.summary = 'Datadog Integration SDK testing/scaffolding facilities.' s.description = 'Datadog Integration SDK testing/scaffolding gem' - s.authors = ['Jaime Fullaondo'] + s.authors = ['Jaime Fullaondo', 'Greg Meyer', 'Quentin Madec', 'Hippolyte Henry'] s.email = 'jaime.fullaondo@datadoghq.com' s.require_paths = ['lib/tasks/'] s.files = ['lib/tasks/sdk.rake',