Skip to content

Commit a65e8c9

Browse files
committed
prepare release
1 parent 04a01fe commit a65e8c9

3 files changed

Lines changed: 25 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/ruffcode/yaba-kmm/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/ruffcode/yaba-kmm/compare/v1.1.0-alpha...HEAD)
6+
7+
**Implemented enhancements:**
8+
9+
- migrate navigation to accompanist navigation-animation [\#48](https://github.com/ruffCode/yaba-kmm/issues/48)
10+
11+
**Closed issues:**
12+
13+
- update sandbox instructions [\#53](https://github.com/ruffCode/yaba-kmm/issues/53)
14+
- update apollo to 3.0.0-alpha06 [\#52](https://github.com/ruffCode/yaba-kmm/issues/52)
15+
16+
**Merged pull requests:**
17+
18+
- migrate to navigation-animation, update deps closes \#48 closes \#53 [\#54](https://github.com/ruffCode/yaba-kmm/pull/54) ([ruffCode](https://github.com/ruffCode))
19+
320
## [v1.1.0-alpha](https://github.com/ruffcode/yaba-kmm/tree/v1.1.0-alpha) (2021-09-14)
421

522
[Full Changelog](https://github.com/ruffcode/yaba-kmm/compare/v1.0.1-alpha...v1.1.0-alpha)

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
![yaba logo](./assets/yaba.png)
2-
[![yaba](https://img.shields.io/badge/MAD-Score-green)](https://madscorecard.withgoogle.com/scorecards/117769992/)
3-
41
# yaba (yet another budgeting app)
2+
[![yaba](https://img.shields.io/badge/MAD-Score-green)](https://madscorecard.withgoogle.com/scorecards/4171954699/)
3+
[![yaba](https://img.shields.io/badge/KMM-Project-blue)](https://kotlinlang.org/lp/mobile)
4+
[![yaba](https://img.shields.io/badge/Jetpack-Compose-blue)](https://developer.android.com/jetpack/compose)
55

66
![yaba logo](./assets/dark.gif) ![yaba logo](./assets/light.gif)
7+
### Kotlin Multiplatform Mobile ready
8+
#### (*only the Android app is being developed as I am just starting to learn Swift*)
79

8-
## Kotlin Multiplatform Mobile ready (*only the Android app is being developed as I am just starting to learn Swift*)
9-
10-
#### Learning in public
11-
12-
#### An app which uses Plaid's APIs and allows users to track the balances and transactions for any financial institution they choose to link.
10+
An app which uses Plaid's APIs and allows users to track the balances and transactions for any financial institution they choose to link.
1311

14-
#### *This is a work in progress and for now, only the Android app is being developed as I am just
15-
starting to learn Swift.*
12+
*This is a work in progress and for now, only the Android app is being developed as I am just starting to learn Swift.*
1613

1714
The [backend](https://github.com/ruffCode/yaba-server) is using Plaid's sandbox API, so you can only
1815
get fake data.

buildSrc/buildSrc/src/main/kotlin/YabaAndroidConfig.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
object YabaAndroidConfig {
1919
private const val versionMajor = 1
2020
private const val versionMinor = 1
21-
private const val versionPatch = 0
21+
private const val versionPatch = 1
2222
const val minSdk = 29
2323
const val targetSdk = 31
2424
val versionCode = generateVersionCode()

0 commit comments

Comments
 (0)