Skip to content

Commit

Permalink
v2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 4, 2024
1 parent 7ca6013 commit 2b85a59
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
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.14.0"
version := "v2.15.0"
scalaVersion := "3.5.2"
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
Expand Up @@ -2,7 +2,7 @@
FROM ghcr.io/yoshinorin/docker-sbt:v1.10.4-scala3.5.2-jdk21 as builder

LABEL maintainer="yoshinorin"
ENV QUALTET_VERSION="v2.14.0"
ENV QUALTET_VERSION="v2.15.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.14.0` |
| `QUALTET_VERSION` | `v2.15.0` |

If you want to see more details, please execute `docker inspect <image_id>`.
3 changes: 2 additions & 1 deletion docs/_docs/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ title: Releases

| Version | Code name | Released at |
| --- | --- | --- |
| [v2.14.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.14.0) | Scarlet Orgasta | |
| [v2.15.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.15.0) | Scarlet Penerapi | |
| [v2.14.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.14.0) | Scarlet Orgasta | 2024-07-21T04:53:47Z |
| [v2.13.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.13.0) | Scarlet Nanayaku | 2024-06-19T14:48:54Z |
| [v2.12.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.12.0) | Scarlet Magata | 2024-03-08T14:02:09Z |
| [v2.11.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.11.0) | Scarlet Linda | 2023-11-03T06:07:42Z |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ properties:
example: "qualtet"
version:
type: string
example: "v2.14.0"
example: "v2.15.0"
repository:
type: string
example: "https://github.com/yoshinorin/qualtet"
Expand Down
2 changes: 1 addition & 1 deletion docs/rest-api/openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Qualtet API
version: v2.14.0
version: v2.15.0
description: |
# Description
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).
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.14.0",
"version": "v2.15.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2b85a59

Please sign in to comment.