Skip to content

Commit 30fee10

Browse files
committed
release: 0.4.0
1 parent 528e5c2 commit 30fee10

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
- [changelog](https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#380)
99
- [diff](https://github.com/getsentry/sentry-dotnet/compare/3.5.0...3.8.0)
1010

11+
## 0.4.0
12+
13+
- No documented changes.
14+
1115
## 0.3.3
1216

1317
### Fixes

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>0.3.3</Version>
4+
<Version>0.4.0</Version>
55
<LangVersion>9</LangVersion>
66
<Nullable>enable</Nullable>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Sentry SDK for Unity
1313

1414
Install it via `UPM`:
1515
```
16-
https://github.com/getsentry/unity.git#0.3.3
16+
https://github.com/getsentry/unity.git#0.4.0
1717
```
1818

1919
## Documentation

package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the UPM package for the Sentry SDK for Unity.
1212

1313
Install it via `UPM`:
1414
```
15-
https://github.com/getsentry/unity.git#0.3.3
15+
https://github.com/getsentry/unity.git#0.4.0
1616
```
1717

1818
## Source code

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.sentry.unity",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)