From e0c7d1f8a1ab772c7d1fa97582f9135cb6fbb6b8 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Sun, 3 Sep 2023 11:04:59 +0200 Subject: [PATCH] chore(master): release 3.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ced4ce872c..b8841b24d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [3.0.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v2.10.1...v3.0.0) (2023-09-03) + + +### ⚠ BREAKING CHANGES + +* A valid user agent is now required ([#790](https://github.com/openfoodfacts/openfoodfacts-dart/issues/790)) +* removed deprecated code ([#791](https://github.com/openfoodfacts/openfoodfacts-dart/issues/791)) +* 742 - robotoff - countries instead of country ([#792](https://github.com/openfoodfacts/openfoodfacts-dart/issues/792)) + +### Features + +* A valid user agent is now required ([#790](https://github.com/openfoodfacts/openfoodfacts-dart/issues/790)) ([a26ec2a](https://github.com/openfoodfacts/openfoodfacts-dart/commit/a26ec2adaf5b7a1773b9c93ccf7b5e274b6100c5)) + + +### Bug Fixes + +* 742 - robotoff - countries instead of country ([#792](https://github.com/openfoodfacts/openfoodfacts-dart/issues/792)) ([8582519](https://github.com/openfoodfacts/openfoodfacts-dart/commit/8582519b3dcc8e7341ab46ebb4d5c1adf95cef6b)) +* removed deprecated code ([#791](https://github.com/openfoodfacts/openfoodfacts-dart/issues/791)) ([8d01168](https://github.com/openfoodfacts/openfoodfacts-dart/commit/8d011687036e0b3ae622c0a354cefbc6c39a27f3)) + ## [2.10.1](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v2.10.0...v2.10.1) (2023-08-17) diff --git a/pubspec.yaml b/pubspec.yaml index daee614c80..b5fe1bdfe4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: openfoodfacts description: Dart package for the Open Food Facts API, a food products database made by everyone, for everyone. # The version is automatically, temporarily increased by the release workflow, changing it manually has no effect. -version: 2.10.1 +version: 3.0.0 homepage: https://github.com/openfoodfacts/openfoodfacts-dart environment: