Skip to content

Commit

Permalink
Prepare version to 0.10.3 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpasipanodya authored Nov 10, 2023
1 parent 1c26441 commit 51f3b1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "CI"
on: [pull_request]
jobs:
Explore-GitHub-Actions:
CI:
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- '*'
jobs:
Explore-GitHub-Actions:
CI-CD:
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ 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.10.3

- `jvm` version `1.9.10`

## 0.10.2

- Going forwards, this library will only be Github Packages instead of
- Going forwards, this library will only be available on GitHub Packages instead of
`https://tmpasipanodya.jfrog.io/artifactory/releases`.
- `jvm` version `1.9.0`
- `jdk` version `20`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A collection of declarative, configurable and composable matchers for [Spek2](ht

## How to use
```kotlin
implementation("io.taff:spek-expekt:0.10.2")
implementation("io.taff:spek-expekt:0.10.3")
```

### Using the Specification DSL
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.taff"
version = "0.10.2${ if (isReleaseBuild()) "" else "-SNAPSHOT" }"
version = "0.10.3${ if (isReleaseBuild()) "" else "-SNAPSHOT" }"
java.sourceCompatibility = JavaVersion.VERSION_20

repositories {
Expand Down

0 comments on commit 51f3b1a

Please sign in to comment.