Skip to content

Commit

Permalink
v2.2.0 (#35)
Browse files Browse the repository at this point in the history
* DOCS: added changelog for version 2.2.0

* Bumped version
  • Loading branch information
OutdatedGuy authored Jul 29, 2022
1 parent a3b448f commit 212a6d8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2022-07-30

### New Features

- (Web) FEAT: Can select image from clipboard using paste command. [(#26)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/26)

### Added

- FEAT: Workflow to check pushes and PRs on main. [(#19)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/19)
- FEAT: workflow to checks build on supported platforms. [(#21)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/21)
- (Web) FEAT: added branding on splash screen. [(#23)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/23)
- FEAT: added image for discord link preview. [(#29)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/29)

### Improvements

- CHORE: minor dependencies updates. [(#22)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/22)
- DOCS: added relevant links to badges in readme. [(#24)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/24)
- FEAT: Responsive toast. [(#25)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/25)
- CHORE: update dependencies. [(#33)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/33)
- CHORE: updated dependencies. [(#34)](https://github.com/OutdatedGuy/Whats-That-Anime/pull/34)

## [2.1.0] - 2022-07-12

### New Features
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.1.0+4
version: 2.2.0+5

environment:
sdk: ">=2.17.1 <3.0.0"
Expand Down

0 comments on commit 212a6d8

Please sign in to comment.