Skip to content

Commit 073a206

Browse files
committed
v2.13.0
1 parent 21cac79 commit 073a206

9 files changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
|| Version | CI/CD | Coverage |
1010
|---|---|---|---|
11-
| `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)|
11+
| `v2.x` |![](https://img.shields.io/badge/Release-v2.13.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)|
1212
| `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)|
1313

1414
## Related Projects

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.12.0"
7+
version := "v2.13.0"
88
scalaVersion := "3.4.2"
99
val repository = "https://github.com/yoshinorin/qualtet"
1010

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ghcr.io/yoshinorin/docker-sbt:v1.10.0-scala3.4.2-jdk21 as builder
33

44
LABEL maintainer="yoshinorin"
5-
ENV QUALTET_VERSION="v2.12.0"
5+
ENV QUALTET_VERSION="v2.13.0"
66

77
RUN apt update -y \
88
&& 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.12.0` |
24+
| `QUALTET_VERSION` | `v2.13.0` |
2525

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

docs/_docs/releases/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ title: Releases
55

66
| Version | Code name | Released at |
77
| --- | --- | --- |
8-
| [v2.12.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.12.0) | Scarlet Magata | |
8+
| [v2.13.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.13.0) | Scarlet Nanayaku | |
9+
| [v2.12.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.12.0) | Scarlet Magata | 2024-03-08T14:02:09Z |
910
| [v2.11.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.11.0) | Scarlet Linda | 2023-11-03T06:07:42Z |
1011
| [v2.10.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.10.0) | Scarlet Kanmapa | 2023-09-01T15:46:38Z |
1112
| [v2.9.1](https://github.com/yoshinorin/qualtet/releases/tag/v2.9.1) | | 2023-08-25T13:21:27Z |

docs/rest-api/components/schemas/applicationInfo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ properties:
55
example: "qualtet"
66
version:
77
type: string
8-
example: "v2.12.0"
8+
example: "v2.13.0"
99
repository:
1010
type: string
1111
example: "https://github.com/yoshinorin/qualtet"

docs/rest-api/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: Qualtet API
4-
version: v2.12.0
4+
version: v2.13.0
55
description: |
66
# Description
77
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).

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

0 commit comments

Comments
 (0)