Skip to content

Commit 0c23f5c

Browse files
committed
chore: Prepare release 1.2.0
1 parent 2b8d4ef commit 0c23f5c

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.2.0
2+
3+
- chore(deps): bump lints from 6.0.0 to 6.1.0, use null-aware elements (#46)
4+
- chore(deps): bump test from 1.28.0 to 1.29.0 (#47)
5+
- chore(deps): bump build_runner from 2.10.4 to 2.10.5 (#48)
6+
- chore(deps): bump mockito from 5.6.1 to 5.6.3 (#49)
7+
- chore: upgrade transitive dependencies (#50)
8+
19
## 1.1.0
210

311
- feat: dSYM support (#40)

bin/raygun_cli.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:args/args.dart';
22
import 'package:raygun_cli/raygun_cli.dart';
33

4-
const String version = '1.1.0';
4+
const String version = '1.2.0';
55

66
ArgParser buildParser() {
77
return ArgParser()

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: raygun_cli
22
description: A command-line tool for uploading sourcemaps, managing obfuscation symbols, and tracking deployments in Raygun.com
33
# Update version in bin/raygun_cli.dart as well
4-
version: 1.1.0
4+
version: 1.2.0
55
repository: https://github.com/MindscapeHQ/raygun-cli/
66
homepage: https://raygun.com
77

0 commit comments

Comments
 (0)