Skip to content

Commit 45bdf0d

Browse files
committed
chore: Prepare release 1.0.0
1 parent 0f49a33 commit 45bdf0d

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.0.0
2+
3+
- feat: #8 Proguard/R8 (#14) (2025-01-27)
4+
- feat: #7 Support for new deployment command.
5+
- feat: #6 Support Environment variables.
6+
- perf: #5 refactor config props (#15) (2025-01-27)
7+
- fix: #2 improve pubdev scores (#16) (2025-01-28)
8+
- ci: #3 Add binaries to Releases (#17) (2025-01-27)
9+
- chore(deps): bump lints from 4.0.0 to 5.1.1 (#9) (2025-01-16)
10+
- chore(deps): bump args from 2.5.0 to 2.6.0 (#10) (2025-01-16)
11+
- chore(deps): bump test from 1.25.8 to 1.25.14 (2025-01-16)
12+
- chore: Moved project to https://github.com/MindscapeHQ/raygun-cli
13+
114
## 0.0.2
215

316
- Adds the `symbols` command to upload/list/delete Flutter symbols files on Raygun.com

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

0 commit comments

Comments
 (0)