Skip to content

Commit fee13ac

Browse files
committed
release: 0.12.1
1 parent 7e96a5e commit fee13ac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.12.1
44

55
**Fixes**:
66

include/sentry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ extern "C" {
100100
# endif
101101
#endif
102102
#ifndef SENTRY_SDK_VERSION
103-
# define SENTRY_SDK_VERSION "0.12.0"
103+
# define SENTRY_SDK_VERSION "0.12.1"
104104
#endif
105105
#define SENTRY_SDK_USER_AGENT SENTRY_SDK_NAME "/" SENTRY_SDK_VERSION
106106

ndk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.parallel=true
77
android.useAndroidX=true
88

99
# Release information, used for maven publishing
10-
versionName=0.12.0
10+
versionName=0.12.1
1111

1212
# disable renderscript, it's enabled by default
1313
android.defaults.buildfeatures.renderscript=false

tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# https://docs.pytest.org/en/latest/assert.html#assert-details
1616
pytest.register_assert_rewrite("tests.assertions")
1717

18-
SENTRY_VERSION = "0.12.0"
18+
SENTRY_VERSION = "0.12.1"
1919

2020

2121
def make_dsn(httpserver, auth="uiaeosnrtdy", id=123456, proxy_host=False):

0 commit comments

Comments
 (0)