Skip to content

Commit

Permalink
release: 0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 5, 2021
1 parent 5e314ca commit 1c04660
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.4.8

**Features**:

Expand Down
2 changes: 1 addition & 1 deletion include/sentry.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extern "C" {

/* SDK Version */
#define SENTRY_SDK_NAME "sentry.native"
#define SENTRY_SDK_VERSION "0.4.7"
#define SENTRY_SDK_VERSION "0.4.8"
#define SENTRY_SDK_USER_AGENT SENTRY_SDK_NAME "/" SENTRY_SDK_VERSION

/* common platform detection */
Expand Down
4 changes: 2 additions & 2 deletions tests/assertions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def assert_meta(envelope, release="test-example-release", integration=None):
}
expected_sdk = {
"name": "sentry.native",
"version": "0.4.7",
"packages": [{"name": "github:getsentry/sentry-native", "version": "0.4.7"},],
"version": "0.4.8",
"packages": [{"name": "github:getsentry/sentry-native", "version": "0.4.8"},],
}
if not is_android:
if sys.platform == "win32":
Expand Down
2 changes: 1 addition & 1 deletion tests/test_integration_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
pytestmark = pytest.mark.skipif(not has_http, reason="tests need http")

auth_header = (
"Sentry sentry_key=uiaeosnrtdy, sentry_version=7, sentry_client=sentry.native/0.4.7"
"Sentry sentry_key=uiaeosnrtdy, sentry_version=7, sentry_client=sentry.native/0.4.8"
)


Expand Down

0 comments on commit 1c04660

Please sign in to comment.