Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.0

- feat: #8 Proguard/R8 (#14) (2025-01-27)
- feat: #7 Support for new deployment command.
- feat: #6 Support Environment variables.
- perf: #5 refactor config props (#15) (2025-01-27)
- fix: #2 improve pubdev scores (#16) (2025-01-28)
- ci: #3 Add binaries to Releases (#17) (2025-01-27)
- chore(deps): bump lints from 4.0.0 to 5.1.1 (#9) (2025-01-16)
- chore(deps): bump args from 2.5.0 to 2.6.0 (#10) (2025-01-16)
- chore(deps): bump test from 1.25.8 to 1.25.14 (2025-01-16)
- chore: Moved project to https://github.com/MindscapeHQ/raygun-cli

## 0.0.2

- Adds the `symbols` command to upload/list/delete Flutter symbols files on Raygun.com
Expand Down
2 changes: 1 addition & 1 deletion bin/raygun_cli.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:args/args.dart';
import 'package:raygun_cli/raygun_cli.dart';

const String version = '0.0.2';
const String version = '1.0.0';

ArgParser buildParser() {
return ArgParser()
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: raygun_cli
description: A command-line tool for uploading sourcemaps, managing obfuscation symbols, and tracking deployments in Raygun.com
# Update version in bin/raygun_cli.dart as well
version: 0.0.2
version: 1.0.0
repository: https://github.com/MindscapeHQ/raygun-cli/
homepage: https://raygun.com

Expand Down
Loading