Skip to content

Commit

Permalink
chore: Prepare release 1.0.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Jan 28, 2025
1 parent 0f49a33 commit 9d75d27
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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

0 comments on commit 9d75d27

Please sign in to comment.