Skip to content

Commit cf0a9df

Browse files
prepare v0.14.2-pyroscope
1 parent b8a43ae commit cf0a9df

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ packages/
1818
!tracer/test/Directory.Build.props
1919
!tracer/test/GlobalSuppressions.cs
2020
cmake-build-*/
21+
profiler/_build/
2122

2223
Pyroscope/artifacts/
2324
Pyroscope/.idea
2425
IntegrationTest/bin
2526
IntegrationTest/obj
26-
IntegrationTest/.idea
27+
IntegrationTest/.idea

Pyroscope/Pyroscope/Pyroscope.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
5-
<PackageVersion>0.14.1</PackageVersion>
6-
<AssemblyVersion>0.14.1</AssemblyVersion>
7-
<FileVersion>0.14.1</FileVersion>
5+
<PackageVersion>0.14.2</PackageVersion>
6+
<AssemblyVersion>0.14.2</AssemblyVersion>
7+
<FileVersion>0.14.2</FileVersion>
88
<PackageReadmeFile>README.md</PackageReadmeFile>
99
</PropertyGroup>
1010

profiler/src/ProfilerEngine/Datadog.Profiler.Native/PyroscopePprofSink.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "httplib.h"
1111
#include "url.hpp"
1212

13-
#define PYROSCOPE_SPY_VERSION "0.14.1"
13+
#define PYROSCOPE_SPY_VERSION "0.14.2"
1414

1515
class PyroscopePprofSink : public PProfExportSink
1616
{

0 commit comments

Comments
 (0)