Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
[release][changelog] Update changelog and gemspec (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
zippolyte authored Jul 5, 2017
1 parent 157d2c3 commit 41e9330
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
=================

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions datadog-sdk-testing.gemspec
Original file line number Diff line number Diff line change
@@ -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 = '[email protected]'
s.require_paths = ['lib/tasks/']
s.files = ['lib/tasks/sdk.rake',
Expand Down

0 comments on commit 41e9330

Please sign in to comment.