mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 07:08:10 +08:00
bump version to 2.0.1 (#16)
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
# package:sentry changelog
|
||||
|
||||
## 2.0.1
|
||||
|
||||
- Invert stack frames to be compatible with Sentry's default culprit detection.
|
||||
|
||||
## 2.0.0
|
||||
|
||||
- Fixed deprecation warnings for Dart 2
|
||||
|
@ -9,7 +9,7 @@
|
||||
library version;
|
||||
|
||||
/// The SDK version reported to Sentry.io in the submitted events.
|
||||
const String sdkVersion = '2.0.0';
|
||||
const String sdkVersion = '2.0.1';
|
||||
|
||||
/// The SDK name reported to Sentry.io in the submitted events.
|
||||
const String sdkName = 'dart';
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: sentry
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
description: A pure Dart Sentry.io client.
|
||||
author: Flutter Authors <flutter-dev@googlegroups.com>
|
||||
homepage: https://github.com/flutter/sentry
|
||||
|
Reference in New Issue
Block a user