Skip to content

Commit

Permalink
chore(master): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openfoodfacts-bot committed Nov 23, 2023
1 parent 1672f1a commit 9d04353
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.2.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.1.0...v3.2.0) (2023-11-23)


### Features

* 620 - Elastic Search autocomplete for categories ([#834](https://github.com/openfoodfacts/openfoodfacts-dart/issues/834)) ([1672f1a](https://github.com/openfoodfacts/openfoodfacts-dart/commit/1672f1a01fc8055866ee30b1594940fda589d10b))
* new field pageCount for searchResult ([#823](https://github.com/openfoodfacts/openfoodfacts-dart/issues/823)) ([1d88bbf](https://github.com/openfoodfacts/openfoodfacts-dart/commit/1d88bbfac3411bfe150745034a4e28067628ac0f))
* new localized product fields for generic name ([#828](https://github.com/openfoodfacts/openfoodfacts-dart/issues/828)) ([a98cfcb](https://github.com/openfoodfacts/openfoodfacts-dart/commit/a98cfcb3d1e127b5a57d6a7e70db163906ac2661))


### Bug Fixes

* 829 - no more crash if the user name is not ASCII/ISO-8859-1 ([#830](https://github.com/openfoodfacts/openfoodfacts-dart/issues/830)) ([8a23aee](https://github.com/openfoodfacts/openfoodfacts-dart/commit/8a23aeef41307fd85d5f119da0fd60470b6d39db))

## [3.1.0](https://github.com/openfoodfacts/openfoodfacts-dart/compare/v3.0.0...v3.1.0) (2023-10-28)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.1.0
version: 3.2.0
homepage: https://github.com/openfoodfacts/openfoodfacts-dart

environment:
Expand Down

0 comments on commit 9d04353

Please sign in to comment.