From 9d75d2770e18dd66dd6cf62c957d952470984d47 Mon Sep 17 00:00:00 2001 From: Miguel Beltran Date: Tue, 28 Jan 2025 10:49:29 +0100 Subject: [PATCH] chore: Prepare release 1.0.0 (#18) --- CHANGELOG.md | 13 +++++++++++++ bin/raygun_cli.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810b262..b0869af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/bin/raygun_cli.dart b/bin/raygun_cli.dart index c77377b..6764128 100644 --- a/bin/raygun_cli.dart +++ b/bin/raygun_cli.dart @@ -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() diff --git a/pubspec.yaml b/pubspec.yaml index e0edc4f..1969781 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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