diff --git a/README.md b/README.md index 35239ac2..cf9accc7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ || Version | CI/CD | Coverage | Docs | |---|---|---|---|---| -| `v2.x` |![](https://img.shields.io/badge/Release-v2.10.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)| +| `v2.x` |![](https://img.shields.io/badge/Release-v2.11.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)| | `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)| diff --git a/build.sbt b/build.sbt index c065ea15..6b048aae 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import LocalProcesses.* organization := "net.yoshinorin" name := "qualtet" -version := "v2.10.0" +version := "v2.11.0" scalaVersion := "3.3.1" val repository = "https://github.com/yoshinorin/qualtet" diff --git a/docker/Dockerfile b/docker/Dockerfile index e5b1b3b0..43c786c7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/yoshinorin/docker-sbt:v1.9.7.2-scala3 LABEL maintainer="yoshinorin" -ENV QUALTET_VERSION="v2.10.0" +ENV QUALTET_VERSION="v2.11.0" RUN apt update -y \ && apt upgrade -y \ diff --git a/docs/_docs/docker/index.md b/docs/_docs/docker/index.md index ae0cf632..6ae1ecd3 100644 --- a/docs/_docs/docker/index.md +++ b/docs/_docs/docker/index.md @@ -21,6 +21,6 @@ As representative environment variables, following values are exists. | --- | --- | | `JAVA_VERSION` | `jdk-17.0.7+7` | | `SBT_VERSION` | `1.9.0` | -| `QUALTET_VERSION` | `v2.10.0` | +| `QUALTET_VERSION` | `v2.11.0` | If you want to see more details, please execute `docker inspect `. diff --git a/docs/rest-api/openapi.yml b/docs/rest-api/openapi.yml index e3441a71..2d1eb11b 100644 --- a/docs/rest-api/openapi.yml +++ b/docs/rest-api/openapi.yml @@ -4,7 +4,7 @@ info: description: | # Description This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc). - version: v2.10.0 + version: v2.11.0 externalDocs: description: Source code url: 'https://github.com/yoshinorin/qualtet' @@ -443,7 +443,7 @@ components: example: "qualtet" version: type: string - example: "v2.10.0" + example: "v2.11.0" repository: type: string example: "https://github.com/yoshinorin/qualtet" diff --git a/docs/rest-api/package-lock.json b/docs/rest-api/package-lock.json index ec9d86cd..ea79a171 100644 --- a/docs/rest-api/package-lock.json +++ b/docs/rest-api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "v2.10.0", + "version": "v2.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "v2.10.0", + "version": "v2.11.0", "dependencies": { "@redocly/cli": "1.0.2" }, diff --git a/docs/rest-api/package.json b/docs/rest-api/package.json index e03fa06c..c261326e 100644 --- a/docs/rest-api/package.json +++ b/docs/rest-api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "v2.10.0", + "version": "v2.11.0", "description": "", "main": "index.js", "scripts": {