Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Prepare release v0.5.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Nov 16, 2018
1 parent 27c002e commit b5fc3d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

### [0.4.0](https://github.com/xmartlabs/fountain/releases/tag/0.3.0)
### [0.5.0](https://github.com/xmartlabs/fountain/releases/tag/0.5.0)
Released on 2018-11-16.
- Upgrade kotlin version to 1.3 and coroutines version to 1.0.1.
- Upgrade Android target version to 28

### [0.4.0](https://github.com/xmartlabs/fountain/releases/tag/0.4.0)
Released on 2018-10-23.
**Big Breaking changes:**
#### Fountain modules
Expand Down Expand Up @@ -73,4 +78,5 @@ Released on 2018-07-23.
- Fix issue when the initialization process throws an Exception [#29](https://github.com/xmartlabs/fountain/pull/29).

### [0.1.0](https://github.com/xmartlabs/fountain/releases/tag/0.1.0)
Released on 2018-07-05. This is the initial version.
Released on 2018-07-05.
This is the initial version.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,18 @@ repositories {
dependencies {
// This dependency is required only if you want to use a Retrofit service without a special adapter.
implementation 'com.github.xmartlabs.fountain:fountain-retrofit:0.4.0'
implementation 'com.github.xmartlabs.fountain:fountain-retrofit:0.5.0'
// This dependency is required only if you want to use a Coroutine retrofit adapter.
implementation 'com.github.xmartlabs.fountain:fountain-coroutines:0.4.0'
implementation 'com.github.xmartlabs.fountain:fountain-coroutines:0.5.0'
// This dependency is required only if you want to use a RxJava2 retrofit adapter.
implementation 'com.github.xmartlabs.fountain:fountain-rx2:0.4.0'
implementation 'com.github.xmartlabs.fountain:fountain-rx2:0.5.0'
}
```

Fountain is using Kotlin 1.3, if you are using Kotlin 1.2.X, please use Fountain [0.4.0](https://github.com/xmartlabs/fountain/tree/0.4.0).

> Despite Fountain is in experimental state, we believe the API won't receive major changes.
## Usage
Expand Down

0 comments on commit b5fc3d0

Please sign in to comment.