Skip to content

Commit

Permalink
docs: Added Changelog entry for v0.3.1 (#71)
Browse files Browse the repository at this point in the history
docs: Added Changelog entry for v0.3.1
  • Loading branch information
Slartibartfass2 authored Mar 9, 2023
1 parent 56f588c commit 6094d8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.1] - 2023-03-09

### Fixed

- Fixed bug where floating point number is parsed incorrectly for KptnCook ([#69](https://github.com/Slartibartfass2/ingredient_collector/pull/69))

## [0.3.0] - 2023-02-28

### Added
Expand Down Expand Up @@ -37,6 +43,7 @@

_Initial release._

[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
[0.2.1]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.2.1
[0.2.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.2.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.3.0</h3>
<h3 align="center">ingredient_collector - 0.3.1</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.3.0
version: 0.3.1

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

0 comments on commit 6094d8b

Please sign in to comment.