Skip to content

Commit 1bc86c2

Browse files
committed
v2.7.0
1 parent 43927e8 commit 1bc86c2

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
|| Version | CI/CD | Coverage | Docs |
88
|---|---|---|---|---|
9-
| `v2.x` |![](https://img.shields.io/badge/Release-v2.6.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)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=master)](https://coveralls.io/github/yoshinorin/qualtet?branch=master)|[![](https://img.shields.io/badge/Docs-WebSite_&_Scala_API-blue?style=flat-square)](https://yoshinorin.github.io/qualtet/docs) [![](https://img.shields.io/badge/Docs-REST_API-blue?style=flat-square)](https://yoshinorin.github.io/qualtet/rest-api)|
9+
| `v2.x` |![](https://img.shields.io/badge/Release-v2.7.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)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=master)](https://coveralls.io/github/yoshinorin/qualtet?branch=master)|[![](https://img.shields.io/badge/Docs-WebSite_&_Scala_API-blue?style=flat-square)](https://yoshinorin.github.io/qualtet/docs) [![](https://img.shields.io/badge/Docs-REST_API-blue?style=flat-square)](https://yoshinorin.github.io/qualtet/rest-api)|
1010
| `v1.x` |![](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 LocalProcesses.*
44

55
organization := "net.yoshinorin"
66
name := "qualtet"
7-
version := "v2.6.0"
7+
version := "v2.7.0"
88
scalaVersion := "3.3.0"
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.6.0 https://github.com/yoshinorin/qualtet.git
13+
RUN git clone --depth 1 --branch v2.7.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 .scalafmt.conf tools \
2020
&& sbt assembly exit \
21-
&& cp ./target/scala-3.3.0/qualtet-assembly-v2.6.0.jar qualtet-assembly.jar \
21+
&& cp ./target/scala-3.3.0/qualtet-assembly-v2.7.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.6.0
7+
version: v2.7.0
88
externalDocs:
99
description: Source code
1010
url: 'https://github.com/yoshinorin/qualtet'

docs/rest-api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/rest-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "v2.6.0",
3+
"version": "v2.7.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)