Skip to content

Commit

Permalink
Merge release/0.3.3 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Jun 17, 2020
2 parents 368d76b + f326cec commit fb33dff
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.3.3

**Fixes**:

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.3.2"
#define SENTRY_SDK_VERSION "0.3.3"
#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 @@ -35,9 +35,9 @@ def assert_meta(envelope, release="test-example-release"):
"extra": {"extra stuff": "some value", "…unicode key…": "őá…–🤮🚀¿ 한글 테스트"},
"sdk": {
"name": "sentry.native",
"version": "0.3.2",
"version": "0.3.3",
"packages": [
{"name": "github:getsentry/sentry-native", "version": "0.3.2"},
{"name": "github:getsentry/sentry-native", "version": "0.3.3"},
],
},
}
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 @@ -19,7 +19,7 @@
pytest.skip("tests need http", allow_module_level=True)

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


Expand Down

0 comments on commit fb33dff

Please sign in to comment.