From 06c9a671f660b3c45e8eb4c2549c235c79810ace Mon Sep 17 00:00:00 2001 From: Thomas Burkhart Date: Fri, 20 Sep 2024 12:43:21 +0100 Subject: [PATCH] V8.0.0 --- CHANGELOG.md | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76de789..03c6078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +## [8.0.0] official new release with all the changes ## [8.0.0-pre-7] - 12.08.2024 * adding cachedFatories and better scope protection against race conditions ## [8.0.0-pre-6] - 11.08.2024 testing weak references in lazySingeltons diff --git a/pubspec.yaml b/pubspec.yaml index 4c80d7b..a360dc9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: get_it description: Simple direct Service Locator that allows to decouple the interface from a concrete implementation and to access the concrete implementation from everywhere in your App" -version: 8.0.0-pre-7 +version: 8.0.0 maintainer: Thomas Burkhart (@escamoteur) homepage: https://github.com/fluttercommunity/get_it funding: