-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Added Changelog entry for v0.1.1 (#38)
docs: Added Changelog entry for v0.1.1
- Loading branch information
1 parent
0e85be2
commit a454dfd
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,18 @@ | ||
# Changelog | ||
|
||
## [0.1.1] - 2023-02-01 | ||
|
||
### Changed | ||
|
||
- Replaced web scraping via [Puppeteer](https://pub.dev/packages/puppeteer) with HTTP request and HTML parsing ([#27](https://github.com/Slartibartfass2/ingredient_collector/pull/27)) | ||
|
||
### Fixed | ||
|
||
- Fixed bug where ingredients with same name but different unit were merged ([#23](https://github.com/Slartibartfass2/ingredient_collector/pull/23)) | ||
|
||
## [0.1.0] - 2023-01-30 | ||
|
||
_Initial release._ | ||
|
||
[0.1.1]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.1.1 | ||
[0.1.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.1.0 |