Skip to content

Commit c4748b2

Browse files
committed
v2.2.0
1 parent 7898c84 commit c4748b2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
|Version|Build|Coverage|Docs|
88
|---|---|---|---|
9-
|![](https://img.shields.io/badge/Release-v2.1.0_(has_some_issues)-yellow.svg?style=flat-square)|[![CI](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg)](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml)|![](https://img.shields.io/badge/coverage-upstream_issue-inactive.svg?style=flat-square)|[![](https://img.shields.io/badge/Docs-Scaladoc_&_REST_API-blue?style=flat-square)](https://yoshinorin.github.io/qualtet/docs)|
9+
|![](https://img.shields.io/badge/Release-v2.2.0_(stable)-blue.svg?style=flat-square)|[![CI](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg)](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml)|![](https://img.shields.io/badge/coverage-upstream_issue-inactive.svg?style=flat-square)|[![](https://img.shields.io/badge/Docs-Scaladoc_&_REST_API-blue?style=flat-square)](https://yoshinorin.github.io/qualtet/docs)|
1010
|![](https://img.shields.io/badge/Release-v1.13.0_(stale)-inactive.svg?style=flat-square)|[![CI](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml/badge.svg?branch=v1.x)](https://github.com/yoshinorin/qualtet/actions/workflows/ci.yml)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=v1.x)](https://coveralls.io/github/yoshinorin/qualtet?branch=v1.x)|![](https://img.shields.io/badge/Docs-N/A-inactive.svg?style=flat-square)|
1111

1212

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import scala.sys.process.Process
44

55
organization := "net.yoshinorin"
66
name := "qualtet"
7-
version := "v2.1.0"
7+
version := "v2.2.0"
88
scalaVersion := "3.2.1"
99

1010
scalacOptions ++= Seq(

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ RUN apt update -y \
1010

1111
WORKDIR /usr/opt
1212

13-
RUN git clone --depth 1 --branch v2.1.0 https://github.com/yoshinorin/qualtet.git
13+
RUN git clone --depth 1 --branch v2.2.0 https://github.com/yoshinorin/qualtet.git
1414

1515
WORKDIR /usr/opt/qualtet
1616

1717
COPY entry-point.sh entry-point.sh
1818

1919
RUN rm -rf scripts docs docker .github .gitignore .editorconfig .git .env .env.example Makefile .githooks target .scalafix .scalafmt.conf tools \
2020
&& sbt assembly exit \
21-
&& cp ./target/scala-3.2.1/qualtet-assembly-v2.1.0.jar qualtet-assembly.jar \
21+
&& cp ./target/scala-3.2.1/qualtet-assembly-v2.2.0.jar qualtet-assembly.jar \
2222
&& chmod +x entry-point.sh
2323

2424
ENTRYPOINT [ "/usr/opt/qualtet/entry-point.sh" ]

docs/rest-api/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
description: |
55
# Description
66
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).
7-
version: v2.1.0
7+
version: v2.2.0
88
externalDocs:
99
description: Source code
1010
url: 'https://github.com/yoshinorin/qualtet'

0 commit comments

Comments
 (0)