Skip to content

Commit

Permalink
Prepare v0.9.0 (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tpasipanodya and dependabot[bot] authored Dec 21, 2022
1 parent 83d3baa commit f82c0f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.9.0

- `jdk` version `18`

## 0.8.1

- `jvm` version `1.7.22`
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
A collection of declarative, configurable and composable matchers for [Spek2](https://www.spekframework.org).

## How to use

```kotlin
implementation("io.taff:spek-expekt:0.8.1")
implementation("io.taff:spek-expekt:0.9.0")
```

### Using the Specification DSL
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ plugins {
}

group = "io.taff"
version = "0.8.1${ if (isReleaseBuild()) "" else "-SNAPSHOT" }"
java.sourceCompatibility = JavaVersion.VERSION_19
version = "0.9.0${ if (isReleaseBuild()) "" else "-SNAPSHOT" }"
java.sourceCompatibility = JavaVersion.VERSION_18

repositories {
mavenCentral()
Expand Down

0 comments on commit f82c0f6

Please sign in to comment.