From 7abe719d502cb8c146247ace1b9ef153b8f00c63 Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Wed, 4 Dec 2024 07:13:27 -0800 Subject: [PATCH] Bump version to 5.4.5 PiperOrigin-RevId: 702714026 --- CHANGELOG.md | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da6ae6fb..33b13366 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 5.4.5-wip +## 5.4.5 * Ignore "must_be_immutable" warning in generated files. Mocks cannot be made immutable anyway, but this way users aren't prevented from using generated diff --git a/lib/src/version.dart b/lib/src/version.dart index 92fac217..21a36ad6 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1 +1 @@ -const packageVersion = '5.4.5-wip'; +const packageVersion = '5.4.5'; diff --git a/pubspec.yaml b/pubspec.yaml index 56145074..7e4869c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: mockito -version: 5.4.5-wip +version: 5.4.5 description: >- A mock framework inspired by Mockito with APIs for Fakes, Mocks, behavior verification, and stubbing.