From 71e0a80689963cad2cedcc941b6eda138327f37b Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Fri, 8 Mar 2024 22:44:51 +0900 Subject: [PATCH] v2.12.0 --- README.md | 2 +- build.sbt | 2 +- docker/Dockerfile | 2 +- docs/_docs/docker/index.md | 2 +- docs/_docs/releases/index.md | 1 + docs/rest-api/components/schemas/applicationInfo.yml | 2 +- docs/rest-api/openapi.yml | 2 +- docs/rest-api/package-lock.json | 4 ++-- docs/rest-api/package.json | 2 +- 9 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index af8dbe75..8098cf15 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ || Version | CI/CD | Coverage | |---|---|---|---| -| `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)| +| `v2.x` |![](https://img.shields.io/badge/Release-v2.12.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)| | `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)| ## Related Projects diff --git a/build.sbt b/build.sbt index 9abc4d96..3ff0e186 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import LocalProcesses.* organization := "net.yoshinorin" name := "qualtet" -version := "v2.11.0" +version := "v2.12.0" scalaVersion := "3.4.0" val repository = "https://github.com/yoshinorin/qualtet" diff --git a/docker/Dockerfile b/docker/Dockerfile index 43c4a89b..18a2746b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -2,7 +2,7 @@ FROM ghcr.io/yoshinorin/docker-sbt:v1.9.9-scala3.4.0-jdk21 as builder LABEL maintainer="yoshinorin" -ENV QUALTET_VERSION="v2.11.0" +ENV QUALTET_VERSION="v2.12.0" RUN apt update -y \ && apt upgrade -y \ diff --git a/docs/_docs/docker/index.md b/docs/_docs/docker/index.md index f5c7e1a5..74752e3d 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.11.0` | +| `QUALTET_VERSION` | `v2.12.0` | If you want to see more details, please execute `docker inspect `. diff --git a/docs/_docs/releases/index.md b/docs/_docs/releases/index.md index 4b264026..f6b53afb 100644 --- a/docs/_docs/releases/index.md +++ b/docs/_docs/releases/index.md @@ -5,6 +5,7 @@ title: Releases | Version | Code name | Released at | | --- | --- | --- | +| [v2.12.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.12.0) | Scarlet Magata | | | [v2.11.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.11.0) | Scarlet Linda | 2023-11-03T06:07:42Z | | [v2.10.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.10.0) | Scarlet Kanmapa | 2023-09-01T15:46:38Z | | [v2.9.1](https://github.com/yoshinorin/qualtet/releases/tag/v2.9.1) | | 2023-08-25T13:21:27Z | diff --git a/docs/rest-api/components/schemas/applicationInfo.yml b/docs/rest-api/components/schemas/applicationInfo.yml index f1ffa6a6..15d8703c 100644 --- a/docs/rest-api/components/schemas/applicationInfo.yml +++ b/docs/rest-api/components/schemas/applicationInfo.yml @@ -5,7 +5,7 @@ properties: example: "qualtet" version: type: string - example: "v2.11.0" + example: "v2.12.0" repository: type: string example: "https://github.com/yoshinorin/qualtet" diff --git a/docs/rest-api/openapi.yml b/docs/rest-api/openapi.yml index daa77fad..6328cce2 100644 --- a/docs/rest-api/openapi.yml +++ b/docs/rest-api/openapi.yml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: title: Qualtet API - version: v2.11.0 + version: v2.12.0 description: | # Description This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc). diff --git a/docs/rest-api/package-lock.json b/docs/rest-api/package-lock.json index f22c6fdb..b65d3662 100644 --- a/docs/rest-api/package-lock.json +++ b/docs/rest-api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "v2.11.0", + "version": "v2.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "v2.11.0", + "version": "v2.12.0", "dependencies": { "@redocly/cli": "1.8.2" }, diff --git a/docs/rest-api/package.json b/docs/rest-api/package.json index bbf61188..a11d581a 100644 --- a/docs/rest-api/package.json +++ b/docs/rest-api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "v2.11.0", + "version": "v2.12.0", "description": "", "main": "index.js", "scripts": {