Skip to content

Commit 7850350

Browse files
committed
increment version and add release notes
1 parent d01c5e1 commit 7850350

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appsec/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ HunterGate(
99
URL "https://github.com/cpp-pm/hunter/archive/v0.23.314.tar.gz"
1010
SHA1 "95c47c92f68edb091b5d6d18924baabe02a6962a")
1111

12-
project(ddappsec VERSION 0.93.1)
12+
project(ddappsec VERSION 0.93.2)
1313

1414
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
1515
set(CMAKE_C_STANDARD 11)

ext/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#ifndef PHP_DDTRACE_VERSION
22
// Must begin with a number for Debian packaging requirements
3-
#define PHP_DDTRACE_VERSION "0.93.1"
3+
#define PHP_DDTRACE_VERSION "0.93.2"
44
#endif

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<![CDATA[
6565
## Tracer
6666
### Fixed
67-
- Reset distributed context on request init #2340
67+
- [PDO] injectDBIntegration should be public. #2351
6868
]]></notes>
6969
<contents>
7070
<dir name="/">

profiling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datadog-php-profiling"
3-
version = "0.93.1"
3+
version = "0.93.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
rust-version = "1.64"

src/DDTrace/Tracer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ final class Tracer implements TracerInterface
2424
* Must begin with a number for Debian packaging requirements
2525
* Must use single-quotes for packaging script to work
2626
*/
27-
const VERSION = '0.93.1';
27+
const VERSION = '0.93.2';
2828

2929
/**
3030
* @var Span[][]

0 commit comments

Comments
 (0)