Skip to content

Commit cf080b0

Browse files
chore(main): release 0.10.0 (#61)
* chore(main): release 0.7.0 * Bump version to 0.10.0 in manifest * Revise CHANGELOG for version updates and fixes Updated version numbers and fixed formatting in CHANGELOG. * Bump version to 0.10.0 * Fix JSON formatting in release manifest * Fix JSON formatting in release manifest --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nicolasleger <nicolasleger@users.noreply.github.com>
1 parent f475f07 commit cf080b0

File tree

3 files changed

+28
-11
lines changed

3 files changed

+28
-11
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
22
".": "0.10.0"
3-
}
3+
}

CHANGELOG.md

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,55 @@
1-
## 0.5.1 (October 30, 2017) ##
1+
## [0.10.0](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.3...v0.10.0) (2025-09-29)
2+
3+
4+
### Features
5+
6+
* inherit from openfoodfacts gem classes while maintaining Openbeautyfacts namespace ([#60](https://github.com/openfoodfacts/openbeautyfacts-ruby/issues/60)) ([33a3af3](https://github.com/openfoodfacts/openbeautyfacts-ruby/commit/33a3af349ed09c843ead3a069242befb71954129))
7+
8+
9+
### Bug Fixes
10+
11+
* failing tests by updating expectations to match current API behavior ([#63](https://github.com/openfoodfacts/openbeautyfacts-ruby/issues/63)) ([f475f07](https://github.com/openfoodfacts/openbeautyfacts-ruby/commit/f475f0744faa11be2770296365ee102d5d7cc62f))
212

3-
* Fix Locales
413

5-
### [0.6.3](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.2...v0.6.3) (2022-02-13)
14+
## [0.6.3](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.2...v0.6.3) (2022-02-13)
615

716

817
### Bug Fixes
918

1019
* release ([3f46d9d](https://github.com/openfoodfacts/openbeautyfacts-ruby/commit/3f46d9d0a07980f7822a01c25e53948498308088))
1120

12-
### [0.6.2](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.1...v0.6.2) (2022-02-13)
21+
22+
## [0.6.2](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.1...v0.6.2) (2022-02-13)
1323

1424

1525
### Bug Fixes
1626

1727
* release ([1639edc](https://github.com/openfoodfacts/openbeautyfacts-ruby/commit/1639edcd43cc0ed61fce1d8f46acfe080edd82cc))
1828

19-
### [0.6.1](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.0...v0.6.1) (2022-02-13)
29+
30+
## [0.6.1](https://github.com/openfoodfacts/openbeautyfacts-ruby/compare/v0.6.0...v0.6.1) (2022-02-13)
2031

2132

2233
### Bug Fixes
2334

2435
* categories list ([69ee644](https://github.com/openfoodfacts/openbeautyfacts-ruby/commit/69ee644c88fc130c64c3c71acf0cf0ab34b1965e))
2536

26-
## 0.5.0 (October 30, 2017) ##
37+
38+
## 0.5.1 (2017-10-30)
39+
40+
* Fix Locales
41+
42+
43+
## 0.5.0 (2017-10-30)
2744

2845
* Add Entry and Last Edit Date
2946
* Add Ingredients
3047
* Add Languages
3148
* Add Missions
3249
* Add Number of Ingredients
3350

34-
## 0.1.2 (January 25, 2017) ##
51+
## 0.1.2 (2017-01-25)
3552

36-
## 0.1.1 (January 11, 2017) ##
53+
## 0.1.1 (2017-01-11)
3754

38-
## 0.1.0 (April 10, 2016) ##
55+
## 0.1.0 (2016-04-10)

lib/openbeautyfacts/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Openbeautyfacts
4-
VERSION = '0.6.3'
4+
VERSION = '0.10.0'
55
end

0 commit comments

Comments
 (0)