Skip to content

Commit

Permalink
release/2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphrak committed Dec 19, 2020
1 parent 9ae71ab commit c40ffa6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ android {
applicationId "fi.kroon.vadret"
minSdkVersion 21
targetSdkVersion 30
versionCode 27
versionName "2.0.0"
versionCode 28
versionName "2.0.1"
vectorDrawables.useSupportLibrary = true
flavorDimensions "default"
testInstrumentationRunner "androidx.top.runner.AndroidJUnitRunner"
Expand Down
12 changes: 11 additions & 1 deletion app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1] -- 2020-12-19 🎄

This is a minor release with a couple of bug fixes and small improvements. Special thanks for Micke S
for reporting these issues.

### Fixes

- Fixed a nasty memory leak
- Fix spelling mistake s/förnärvarande/för närvarande

### Changed

- Windchill formula switched to match [SMHI](https://www.smhi.se/kunskapsbanken/meteorologi/vindens-kyleffekt-1.259)

## [2.0.0] -- 2020-10-31 🎃

This is a major maintenance release that aims to improve the maintainability of this project. A major change
Expand Down Expand Up @@ -234,7 +243,8 @@ they did not work very well and weren't used a lot. The release includes a total
- Radar imagery
- 10 day weather forecast

[Unreleased]: https://github.com/vadret/android/compare/2.0.0...HEAD
[Unreleased]: https://github.com/vadret/android/compare/2.0.1...HEAD
[2.0.1]: https://github.com/vadret/android/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/vadret/android/compare/1.2.9...2.0.0
[1.2.9]: https://github.com/vadret/android/compare/1.2.8...1.2.9
[1.2.8]: https://github.com/vadret/android/compare/1.2.7...1.2.8
Expand Down

0 comments on commit c40ffa6

Please sign in to comment.