Skip to content

Commit

Permalink
docs: Added changelog entry for 0.5.0 (#102)
Browse files Browse the repository at this point in the history
docs: Added changelog entry for 0.5.0
  • Loading branch information
Slartibartfass2 authored Jul 20, 2023
1 parent 67d4d7e commit f91345c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0] - 2023-07-20

### Added

- User can add notes and modifications to recipes ([#94](https://github.com/Slartibartfass2/ingredient_collector/pull/94))
- Added support for KptnCook sharing urls ([#100](https://github.com/Slartibartfass2/ingredient_collector/pull/100))

### Fixed

- Fixed bug where only one recipe is collected if the same link is used for more than one recipe ([#96](https://github.com/Slartibartfass2/ingredient_collector/pull/96))
- Added missing padding between message boxes ([#98](https://github.com/Slartibartfass2/ingredient_collector/pull/98))

## [0.4.0] - 2023-06-04

### Added
Expand Down Expand Up @@ -51,6 +63,7 @@

_Initial release._

[0.5.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.5.0
[0.4.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.4.0
[0.3.1]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.3.1
[0.3.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<a href="https://github.com/Slartibartfass2/ingredient_collector">
<img src="https://cdn-images-1.medium.com/max/1200/1*5-aoK8IBmXve5whBQM90GA.png" alt="Logo" width="80" height="80">
</a>
<h3 align="center">ingredient_collector - 0.4.0</h3>
<h3 align="center">ingredient_collector - 0.5.0</h3>
<p align="center">
An app that collects ingredients from recipe websites and combines them into a shopping list.
</p>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ingredient_collector
description: An app that collects ingredients from recipe websites and combines them into a shopping list.
version: 0.4.0
version: 0.5.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit f91345c

Please sign in to comment.