Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jan 6, 2025
1 parent 4d77bdb commit 719cd3d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## What's Changed in 0.0.8

- Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.7...0.0.8

## What's Changed in 0.0.7

- Adding virtual complete for non-daily habits. by @dessalines in [#28](https://github.com/dessalines/habit-maker/pull/28)
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 = 7
versionName = "0.0.7"
versionCode = 8
versionName = "0.0.8"

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

- Adding virtual complete for non-daily habits. by @dessalines in [#28](https://github.com/dessalines/habit-maker/pull/28)
- Fixing readme error. by @dessalines
- Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.6...0.0.7
**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.7...0.0.8

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

- Remembering scroll position in habits pane. by @dessalines in [#29](https://github.com/dessalines/habit-maker/pull/29)

**Full Changelog**: https://github.com/dessalines/habit-maker/compare/0.0.7...0.0.8

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

0 comments on commit 719cd3d

Please sign in to comment.