From 62686bca168e320810d3f67cb1bc7e5fe5f331cb Mon Sep 17 00:00:00 2001 From: Santiago Garcia Gil Date: Thu, 26 Sep 2024 14:05:29 -0500 Subject: [PATCH] feat: increase version 1.1.5 --- CHANGELOG.md | 3 +++ lib/src/version.dart | 2 +- pubspec.yaml | 2 +- tools/analyzer_plugin/pubspec.yaml | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642c88ee..d7ce04e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.1.5 +- Removed deprecated fields in analysis options and collection method +- Fix changelog URL for update available warning ## 1.1.4 - Fix some test - Revert `analyzer` ^6.0.0 to ^5.14.0 diff --git a/lib/src/version.dart b/lib/src/version.dart index 640c40a2..0982623d 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '1.1.4'; +const packageVersion = '1.1.5'; diff --git a/pubspec.yaml b/pubspec.yaml index 6a3e5a79..7ae5a3ab 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dart_code_linter -version: 1.1.4 +version: 1.1.5 description: Dart Code Linter is a software analytics tool that helps developers analyse and improve software quality. Dart Code Linter is based on a fork of Dart Code Metrics. repository: https://github.com/bancolombia/dart-code-linter diff --git a/tools/analyzer_plugin/pubspec.yaml b/tools/analyzer_plugin/pubspec.yaml index 11cc6772..9efafc03 100644 --- a/tools/analyzer_plugin/pubspec.yaml +++ b/tools/analyzer_plugin/pubspec.yaml @@ -1,12 +1,12 @@ name: dart_code_linter_plugin_loader description: This pubspec determines the version of the analyzer plugin to load. -version: 1.1.4 +version: 1.1.5 environment: sdk: ">=2.14.0 <3.0.0" dependencies: - dart_code_linter: 1.1.4 + dart_code_linter: 1.1.5 dev_dependencies: lints: ^1.0.1