From 38e759f5a2d6f8eb1c348c4fc35423327685239c Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:01:12 +0200 Subject: [PATCH] chore(master): release 3.13.0 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd84ad2f94..290ec1c2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [3.13.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.12.0...v3.13.0) (2024-08-12) + + +### Features + +* 893 - 4 new fields for user ([#903](https://github.com/openfoodfacts/openfoodfacts-dart/issues/903)) ([a7e195b](https://github.com/openfoodfacts/openfoodfacts-dart/commit/a7e195b44848067267dafb38b0988459caebb956)) +* 951 - new method User.getUserWikiPage ([#955](https://github.com/openfoodfacts/openfoodfacts-dart/issues/955)) ([f57e51c](https://github.com/openfoodfacts/openfoodfacts-dart/commit/f57e51c7b768a31f46493092ae0dea0919ff1a6d)) + + +### Bug Fixes + +* 937 - removed home-made user agent header when for web ([#950](https://github.com/openfoodfacts/openfoodfacts-dart/issues/950)) ([b7da12b](https://github.com/openfoodfacts/openfoodfacts-dart/commit/b7da12b58d936b3778465c5a31887bda41e2084b)) +* 941 - respect rate-limits during integration tests ([#943](https://github.com/openfoodfacts/openfoodfacts-dart/issues/943)) ([881dc5b](https://github.com/openfoodfacts/openfoodfacts-dart/commit/881dc5bc6e691083e5993e325b3ca278033ef179)) + ## [3.12.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.11.0...v3.12.0) (2024-07-02) diff --git a/pubspec.yaml b/pubspec.yaml index 2fd5ba5532..421d2584e3 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: 3.12.0 +version: 3.13.0 homepage: https://github.com/openfoodfacts/openfoodfacts-dart environment: