Skip to content

Commit

Permalink
v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Nov 2, 2023
1 parent 6921e76 commit 24af403
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)|


Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/docker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <image_id>`.
4 changes: 2 additions & 2 deletions docs/rest-api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/rest-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/rest-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "v2.10.0",
"version": "v2.11.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 24af403

Please sign in to comment.