-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #335 from DataDog/bump_version_0.14.2
Version bump 0.14.2
- Loading branch information
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,10 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2019-02-27</date> | ||
<date>2019-02-28</date> | ||
<version> | ||
<release>0.14.1</release> | ||
<api>0.14.1</api> | ||
<release>0.14.2</release> | ||
<api>0.14.2</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
|
@@ -22,7 +22,7 @@ | |
<license uri="https://github.com/DataDog/dd-trace-php/blob/master/LICENSE">BSD 3-Clause</license> | ||
<notes> | ||
### Fixed | ||
- Large number of mysqli spans not containing relevant information #330 | ||
- Ensure Function name is safely copied to avoid freeing persistent string #333 | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#ifndef PHP_DDTRACE_VERSION | ||
#define PHP_DDTRACE_VERSION "0.14.1-beta" | ||
#define PHP_DDTRACE_VERSION "0.14.2-beta" | ||
#endif |