Skip to content

Commit 1001968

Browse files
committed
v2.8.0
1 parent 25e8823 commit 1001968

7 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.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)|
9+
| `v2.x` |![](https://img.shields.io/badge/Release-v2.8.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.7.0"
7+
version := "v2.8.0"
88
scalaVersion := "3.3.0"
99

1010
scalacOptions ++= Seq(

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ghcr.io/yoshinorin/docker-sbt:v1.9.3-scala3
22

33
LABEL maintainer="yoshinorin"
4-
ENV QUALTET_VERSION="v2.7.0"
4+
ENV QUALTET_VERSION="v2.8.0"
55

66
RUN apt update -y \
77
&& apt upgrade -y \

docs/_docs/docker/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ As representative environment variables, following values are exists.
2121
| --- | --- |
2222
| `JAVA_VERSION` | `jdk-17.0.7+7` |
2323
| `SBT_VERSION` | `1.9.0` |
24-
| `QUALTET_VERSION` | `v2.7.0` |
24+
| `QUALTET_VERSION` | `v2.8.0` |
2525

2626
If you want to see more details, please execute `docker inspect <image_id>`.

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.7.0
7+
version: v2.8.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.7.0",
3+
"version": "v2.8.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)