From 30fcc9c9a4f52ec233d72e4e3860aae4c0e99d01 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:27:39 +0200 Subject: [PATCH] chore(master): release 3.13.0 --- CHANGELOG.md | 16 ++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd84ad2f9..1e549d570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [3.13.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.12.0...v3.13.0) (2024-08-13) + + +### 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)) +* 956 - added product owner fields ([#961](https://github.com/openfoodfacts/openfoodfacts-dart/issues/961)) ([bd3202b](https://github.com/openfoodfacts/openfoodfacts-dart/commit/bd3202b1d7c39b15675ee5dcb9b850bdfa04b0b3)) +* 962 - link to add a discussion topic on the wiki ([#963](https://github.com/openfoodfacts/openfoodfacts-dart/issues/963)) ([1e357ce](https://github.com/openfoodfacts/openfoodfacts-dart/commit/1e357ce3ebd6871e538c4fca10d19e4d91c9da4f)) + + +### 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 2fd5ba553..421d2584e 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: