Skip to content

Commit

Permalink
Update changelog and release data
Browse files Browse the repository at this point in the history
  • Loading branch information
labbati committed Mar 4, 2019
1 parent 5f0e976 commit 11c4c5a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file - [read more

## [0.15.0]

- Remove beta references and get ready for GA #339
### Changed
- Removed beta references and get ready for GA #339

## [0.14.2]

Expand Down
14 changes: 7 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2019-02-28</date>
<date>2019-03-05</date>
<version>
<release>0.14.2</release>
<api>0.14.2</api>
<release>0.15.0</release>
<api>0.15.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license>
<notes>
### Fixed
- Ensure Function name is safely copied to avoid freeing persistent string #333
### Changed
- Removed beta references and get ready for GA #339
</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 @@ -20,7 +20,7 @@ final class Tracer implements TracerInterface
{
use LoggingTrait;

const VERSION = '0.14.2-beta';
const VERSION = '0.15.0';

/**
* @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.14.2-beta"
#define PHP_DDTRACE_VERSION "0.15.0"
#endif

0 comments on commit 11c4c5a

Please sign in to comment.