From 1bc86c253d4a168b9c7db703c7ee3f5666391ddc Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Wed, 26 Jul 2023 23:46:08 +0900 Subject: [PATCH] v2.7.0 --- README.md | 2 +- build.sbt | 2 +- docker/Dockerfile | 4 ++-- docs/rest-api/openapi.yml | 2 +- docs/rest-api/package-lock.json | 4 ++-- docs/rest-api/package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 17d67c92..43846c9c 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.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)| +| `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)| | `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 e2026da6..6bc38ed7 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ import LocalProcesses.* organization := "net.yoshinorin" name := "qualtet" -version := "v2.6.0" +version := "v2.7.0" scalaVersion := "3.3.0" scalacOptions ++= Seq( diff --git a/docker/Dockerfile b/docker/Dockerfile index 5b477c0f..bb04249c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,7 +10,7 @@ RUN apt update -y \ WORKDIR /usr/opt -RUN git clone --depth 1 --branch v2.6.0 https://github.com/yoshinorin/qualtet.git +RUN git clone --depth 1 --branch v2.7.0 https://github.com/yoshinorin/qualtet.git WORKDIR /usr/opt/qualtet @@ -18,7 +18,7 @@ COPY entry-point.sh entry-point.sh RUN rm -rf scripts docs docker .github .gitignore .editorconfig .git .env .env.example Makefile .githooks target .scalafmt.conf tools \ && sbt assembly exit \ - && cp ./target/scala-3.3.0/qualtet-assembly-v2.6.0.jar qualtet-assembly.jar \ + && cp ./target/scala-3.3.0/qualtet-assembly-v2.7.0.jar qualtet-assembly.jar \ && chmod +x entry-point.sh ENTRYPOINT [ "/usr/opt/qualtet/entry-point.sh" ] diff --git a/docs/rest-api/openapi.yml b/docs/rest-api/openapi.yml index 406a7548..12bb91f8 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.6.0 + version: v2.7.0 externalDocs: description: Source code url: 'https://github.com/yoshinorin/qualtet' diff --git a/docs/rest-api/package-lock.json b/docs/rest-api/package-lock.json index b9bd61ae..5a4c1a62 100644 --- a/docs/rest-api/package-lock.json +++ b/docs/rest-api/package-lock.json @@ -1,12 +1,12 @@ { "name": "api", - "version": "v2.6.0", + "version": "v2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "api", - "version": "v2.6.0", + "version": "v2.7.0", "dependencies": { "@redocly/cli": "1.0.0" }, diff --git a/docs/rest-api/package.json b/docs/rest-api/package.json index e24f6159..1480d229 100644 --- a/docs/rest-api/package.json +++ b/docs/rest-api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "v2.6.0", + "version": "v2.7.0", "description": "", "main": "index.js", "scripts": {