Skip to content

Commit 8650283

Browse files
authored
bump version to 2.0.1 (flutter#16)
1 parent f611b80 commit 8650283

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# package:sentry changelog
22

3+
## 2.0.1
4+
5+
- Invert stack frames to be compatible with Sentry's default culprit detection.
6+
37
## 2.0.0
48

59
- Fixed deprecation warnings for Dart 2

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
library version;
1010

1111
/// The SDK version reported to Sentry.io in the submitted events.
12-
const String sdkVersion = '2.0.0';
12+
const String sdkVersion = '2.0.1';
1313

1414
/// The SDK name reported to Sentry.io in the submitted events.
1515
const String sdkName = 'dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sentry
2-
version: 2.0.0
2+
version: 2.0.1
33
description: A pure Dart Sentry.io client.
44
author: Flutter Authors <[email protected]>
55
homepage: https://github.com/flutter/sentry

0 commit comments

Comments
 (0)