Skip to content

Commit

Permalink
Merge pull request #473 from DataDog/build_release_0.27.2
Browse files Browse the repository at this point in the history
Release 0.27.2
  • Loading branch information
pawelchcki authored Jun 6, 2019
2 parents d64f3f1 + 0d3b5a3 commit 9670268
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file - [read more

## [Unreleased]

## [0.27.2]

### Changed
- Valgrind configuration to perform more thorough memory consistency verification #472

Expand Down Expand Up @@ -498,7 +500,8 @@ At an high level here are the breaking changes we introduced:
### Added
- OpenTracing compliance tha can be used for manual instrumentation

[Unreleased]: https://github.com/DataDog/dd-trace-php/compare/0.27.1...HEAD
[Unreleased]: https://github.com/DataDog/dd-trace-php/compare/0.27.2...HEAD
[0.27.2]: https://github.com/DataDog/dd-trace-php/compare/0.27.1...0.27.2
[0.27.1]: https://github.com/DataDog/dd-trace-php/compare/0.27.0...0.27.1
[0.27.0]: https://github.com/DataDog/dd-trace-php/compare/0.26.0...0.27.0
[0.26.0]: https://github.com/DataDog/dd-trace-php/compare/0.25.0...0.26.0
Expand Down
11 changes: 7 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2019-06-05</date>
<date>2019-06-06</date>
<version>
<release>0.27.1</release>
<api>0.27.1</api>
<release>0.27.2</release>
<api>0.27.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license>
<notes>
### Changed
- Valgrind configuration to perform more thorough memory consistency verification #472

### Fixed
- Memory leak when garbage collecting span stacks #469
- Memory leak detected in tests #472
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion src/DDTrace/Tracer.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final class Tracer implements TracerInterface
{
use LoggingTrait;

const VERSION = '0.27.1';
const VERSION = '0.27.2';

/**
* @var Span[][]
Expand Down
2 changes: 1 addition & 1 deletion src/ext/version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#ifndef PHP_DDTRACE_VERSION
#define PHP_DDTRACE_VERSION "0.27.1"
#define PHP_DDTRACE_VERSION "0.27.2"
#endif

0 comments on commit 9670268

Please sign in to comment.