solution: release v0.12.0

This commit is contained in:
Igor Artamonov
2022-03-17 21:17:53 -04:00
parent c10e871069
commit f467207114
4 changed files with 7 additions and 7 deletions

View File

@@ -3,8 +3,8 @@
ifdef::env-github[] ifdef::env-github[]
:imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets :imagesdir: https://raw.githubusercontent.com/emeraldpay/dshackle/master/docs/assets
endif::[] endif::[]
:version: 0.11.0 :version: 0.12.0
:version-short: 0.11 :version-short: 0.12
image:https://github.com/emeraldpay/dshackle/workflows/Tests/badge.svg["Unit Tests"] image:https://github.com/emeraldpay/dshackle/workflows/Tests/badge.svg["Unit Tests"]
image:https://codecov.io/gh/emeraldpay/dshackle/branch/master/graph/badge.svg["Coverage",link="https://codecov.io/gh/emeraldpay/dshackle"] image:https://codecov.io/gh/emeraldpay/dshackle/branch/master/graph/badge.svg["Coverage",link="https://codecov.io/gh/emeraldpay/dshackle"]

View File

@@ -27,7 +27,7 @@ group = 'io.emeraldpay.dshackle'
// Version schema: // Version schema:
// x.x.x for production, following SemVer model // x.x.x for production, following SemVer model
// x.x.x-SNAPSHOT for development // x.x.x-SNAPSHOT for development
version = '0.12.0-SNAPSHOT' version = '0.12.0'
java { java {
sourceCompatibility = JavaVersion.VERSION_13 sourceCompatibility = JavaVersion.VERSION_13

View File

@@ -1,6 +1,6 @@
== Quick Start == Quick Start
:version: 0.11.0 :version: 0.12.0
:version-short: 0.11 :version-short: 0.12
=== Prerequisites === Prerequisites

View File

@@ -1,6 +1,6 @@
== Launch a server == Launch a server
:version: 0.11.0 :version: 0.12.0
:version-short: 0.11 :version-short: 0.12
=== Docker === Docker