Skip to content

Commit

Permalink
🔖 Preparation for release version 0.7.0
Browse files Browse the repository at this point in the history
Prepared for the release v0.7.0
  • Loading branch information
vsouhrada committed May 14, 2020
1 parent 6349e77 commit 6502cb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

## 0.7.0 (TBD)
## 0.7.0 (2020-05-14)

### Added
- `map` functions call parameter could be now a suspend. This allow to us call suspendable functions inside of mappers.
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,57 +12,57 @@ but you can use it also in data and infrastructure, because you need e.g. instan


#### Kaal Core
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.core/images/download.svg?version=0.6.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.core/0.6.0/link)
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.core/images/download.svg?version=0.7.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.core/0.7.0/link)

```kotlin
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-core:0.6.0")
implementation("cz.eman.kaal:kaal-core:0.7.0")
```

```groovy
implementation 'cz.eman.kaal:kaal-core:0.6.0'
implementation 'cz.eman.kaal:kaal-core:0.7.0'
```

TBD

#### Kaal Domain
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.domain/images/download.svg?version=0.6.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.domain/0.6.0/link)
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.domain/images/download.svg?version=0.7.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.domain/0.7.0/link)

```kotlin
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-domain:0.6.0")
implementation("cz.eman.kaal:kaal-domain:0.7.0")
```

```groovy
implementation 'cz.eman.kaal:kaal-domain:0.6.0'
implementation 'cz.eman.kaal:kaal-domain:0.7.0'
```

TBD

#### Kaal Presentation
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.presentation/images/download.svg?version=0.6.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.presentation/0.6.0/link)
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.presentation/images/download.svg?version=0.7.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.presentation/0.7.0/link)

```kotlin
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-presentation:0.6.0")
implementation("cz.eman.kaal:kaal-presentation:0.7.0")
```

```groovy
implementation 'cz.eman.kaal:kaal-presentation:0.6.0'
implementation 'cz.eman.kaal:kaal-presentation:0.7.0'
```

TBD

#### Kaal Infrastructure
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.infrastructure/images/download.svg?version=0.6.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.infrastructure/0.6.0/link)
[![Download](https://api.bintray.com/packages/emanprague/maven/cz.eman.kaal.infrastructure/images/download.svg?version=0.7.0)](https://bintray.com/emanprague/maven/cz.eman.kaal.infrastructure/0.7.0/link)

```kotlin
// Gradle Kotlin DSL
implementation("cz.eman.kaal:kaal-infrastructure:0.6.0")
implementation("cz.eman.kaal:kaal-infrastructure:0.7.0")
```

```groovy
implementation 'cz.eman.kaal:kaal-infrastructure:0.6.0'
implementation 'cz.eman.kaal:kaal-infrastructure:0.7.0'
```

TBD
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ android.enableJetifier=true
kotlin.code.style=official

#Kaal version version
version=0.7.0-SNAPSHOT
version=0.7.0

0 comments on commit 6502cb6

Please sign in to comment.