Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 27, 2025
1 parent 3301d9c commit 1e2ed97
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
13 changes: 13 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## What's Changed in 0.0.15

- Fixing crash on switch screen. by @dessalines in [#56](https://github.com/dessalines/habit-maker/pull/56)
- Translations update from Hosted Weblate by @weblate in [#53](https://github.com/dessalines/habit-maker/pull/53)
- Use svg badge by @dessalines
- Adding contributing.md. Fixes #51 by @dessalines in [#54](https://github.com/dessalines/habit-maker/pull/54)

## New Contributors

- @weblate made their first contribution in [#53](https://github.com/dessalines/habit-maker/pull/53)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.14...0.0.15

## What's Changed in 0.0.14

- Try to force remove network perm. by @dessalines in [#50](https://github.com/dessalines/habit-maker/pull/50)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.dessalines.habitmaker"
minSdk = 26
targetSdk = 35
versionCode = 14
versionName = "0.0.14"
versionCode = 15
versionName = "0.0.15"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
13 changes: 10 additions & 3 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
## What's Changed in 0.0.14
## What's Changed in 0.0.15

- Try to force remove network perm. by @dessalines in [#50](https://github.com/dessalines/habit-maker/pull/50)
- Fixing crash on switch screen. by @dessalines in [#56](https://github.com/dessalines/habit-maker/pull/56)
- Translations update from Hosted Weblate by @weblate in [#53](https://github.com/dessalines/habit-maker/pull/53)
- Use svg badge by @dessalines
- Adding contributing.md. Fixes #51 by @dessalines in [#54](https://github.com/dessalines/habit-maker/pull/54)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.13...0.0.14
## New Contributors

- @weblate made their first contribution in [#53](https://github.com/dessalines/habit-maker/pull/53)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.14...0.0.15

<!-- generated by git-cliff -->
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## What's Changed in 0.0.15

- Fixing crash on switch screen. by @dessalines in [#56](https://github.com/dessalines/habit-maker/pull/56)
- Translations update from Hosted Weblate by @weblate in [#53](https://github.com/dessalines/habit-maker/pull/53)
- Use svg badge by @dessalines
- Adding contributing.md. Fixes #51 by @dessalines in [#54](https://github.com/dessalines/habit-maker/pull/54)

## New Contributors

- @weblate made their first contribution in [#53](https://github.com/dessalines/habit-maker/pull/53)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.14...0.0.15

<!-- generated by git-cliff -->

0 comments on commit 1e2ed97

Please sign in to comment.