Skip to content

Commit 4edc737

Browse files
chore: Prepare release 1.1.0 (#45)
1 parent fa9bf85 commit 4edc737

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.1.0
2+
3+
- feat: dSYM support (#40)
4+
- test: Refactor and Test Deployment command (#28)
5+
- test: Refactor and Test Proguard command (#27)
6+
- test: Refactor and tests Sourcemap command (#26)
7+
- test: Refactor and tests Symbols command (#25)
8+
19
## 1.0.0
210

311
- feat: #8 Proguard/R8 (#14) (2025-01-27)

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.0.0';
4+
const String version = '1.1.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.0.0
4+
version: 1.1.0
55
repository: https://github.com/MindscapeHQ/raygun-cli/
66
homepage: https://raygun.com
77

0 commit comments

Comments
 (0)