Skip to content

Commit

Permalink
docs: Added Changelog entry for v0.2.0 (#55)
Browse files Browse the repository at this point in the history
* docs: Added Changelog entry for v0.2.0

* docs: Referenced changelog in readme

* docs: Updated readme
  • Loading branch information
Slartibartfass2 authored Feb 18, 2023
1 parent 3958f59 commit f54a8e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.0] - 2023-02-19

### Added

- Added releases for Web and Android ([#41](https://github.com/Slartibartfass2/ingredient_collector/pull/41), [#42](https://github.com/Slartibartfass2/ingredient_collector/pull/42))
- Added deployment job for Web ([#44](https://github.com/Slartibartfass2/ingredient_collector/pull/44))
- Provided better user feedback when parsing isn't successful ([#46](https://github.com/Slartibartfass2/ingredient_collector/pull/46), [#50](https://github.com/Slartibartfass2/ingredient_collector/pull/50))
- Added german translations ([#51](https://github.com/Slartibartfass2/ingredient_collector/pull/51))

## [0.1.1] - 2023-02-01

### Changed
Expand All @@ -14,5 +23,6 @@

_Initial release._

[0.2.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.2.0
[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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![GitHub issues](https://img.shields.io/github/issues-raw/Slartibartfass2/ingredient_collector?logo=github)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Slartibartfass2/ingredient_collector?logo=github)
![MIT License](https://img.shields.io/github/license/slartibartfass2/ingredient_collector)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/slartibartfass2/ingredient_collector)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/slartibartfass2/ingredient_collector)](CHANGELOG.md)
[![Report Issue](https://img.shields.io/badge/-Report%20issue-red?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAAsklEQVR4Ae3UEQzEQBCF4YVzd66nrvWs0+JBPeNUdzzPYT11Onen/3TwLbyl+ZPBSb5sstOq1VXAAEKc7sZczPf2Y3woPyajfBg/yo/JKDfmTr/qVlHOl4m0F+hpKGAAGEG5roBiISgKVKACGQ6jFyRUoAc4gA78HKCTufa025lrKKAX8EFvS7sHeleTmkd9gQ3YgWcWY0ClDBgvKmEMKCNGR/kxflTCuFAnEOKMVlWL+wNsSof8wQFurAAAAABJRU5ErkJggg==)](https://github.com/Slartibartfass2/ingredient_collector/issues/new/choose "Click to report issue")

<div align="center">
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ingredient_collector
description: A small app which collects ingredients from recipes from different websites and adds them together to create a shopping list
version: 0.1.1
description: An app that collects ingredients from recipe websites and combines them into a shopping list.
version: 0.2.0

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

0 comments on commit f54a8e0

Please sign in to comment.