Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Jul 16, 2024
1 parent 99923c7 commit 5d9e6b5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Jerboa 0.0.71 (2024-07-16)

## What's Changed in 0.0.71

- Fix subscribed feed paging not working by @MV-GH in [#1597](https://github.com/LemmyNet/jerboa/pull/1597)

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.70...0.0.71

# Jerboa 0.0.70 (2024-07-15)

## What's Changed in 0.0.70

- Upping version. by @dessalines
- Fixing build script. by @dessalines in [#1595](https://github.com/LemmyNet/jerboa/pull/1595)
- Fix show back button when clicking on tagged user by @Tyoda in [#1579](https://github.com/LemmyNet/jerboa/pull/1579)
- Fix multiple spoiler blocks displaying incorrectly (#1577) by @Tyoda in [#1578](https://github.com/LemmyNet/jerboa/pull/1578)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
namespace = "com.jerboa"
minSdk = 26
targetSdk = 34
versionCode = 70
versionName = "0.0.70"
versionCode = 71
versionName = "0.0.71"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
20 changes: 4 additions & 16 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
# Jerboa 0.0.70 (2024-07-15)
# Jerboa 0.0.71 (2024-07-16)

## What's Changed in 0.0.70
## What's Changed in 0.0.71

- Fixing build script. by @dessalines in [#1595](https://github.com/LemmyNet/jerboa/pull/1595)
- Fix show back button when clicking on tagged user by @Tyoda in [#1579](https://github.com/LemmyNet/jerboa/pull/1579)
- Fix multiple spoiler blocks displaying incorrectly (#1577) by @Tyoda in [#1578](https://github.com/LemmyNet/jerboa/pull/1578)
- Bump compose bom by @MV-GH in [#1576](https://github.com/LemmyNet/jerboa/pull/1576)
- Update lemmy api to beta by @MV-GH in [#1573](https://github.com/LemmyNet/jerboa/pull/1573)
- update-tr-language by @mikropsoft in [#1575](https://github.com/LemmyNet/jerboa/pull/1575)
- Remove renovate bot from git cliff changelogs. by @dessalines in [#1563](https://github.com/LemmyNet/jerboa/pull/1563)
- Removing renovate schedule. by @dessalines in [#1555](https://github.com/LemmyNet/jerboa/pull/1555)
- Fix initial page_cursor by @MV-GH in [#1553](https://github.com/LemmyNet/jerboa/pull/1553)
- Fix subscribed feed paging not working by @MV-GH in [#1597](https://github.com/LemmyNet/jerboa/pull/1597)

## New Contributors

- @Tyoda made their first contribution in [#1579](https://github.com/LemmyNet/jerboa/pull/1579)

**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.69...0.0.70
**Full Changelog**: https://github.com/LemmyNet/jerboa/compare/0.0.70...0.0.71

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

0 comments on commit 5d9e6b5

Please sign in to comment.