Skip to content

Commit

Permalink
Release version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Jul 7, 2024
1 parent ee17224 commit f4360fb
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 24 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-doc-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
ref: main
ref: 0.10.0
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: make deps init-spec doc-latest doc-version
- run: >-
CACHE_DIR=/tmp gh-pages --dist doc/ --user "pakkunbot
<[email protected]>" --repo "https://cliffano:${{
secrets.OAPICF_GITHUB_TOKEN }}@github.com/oapicf/minecraft-versions.git"
secrets.OAPICF_GITHUB_TOKEN
}}@github.com/oapicf/minecraft-versions.git"
2 changes: 1 addition & 1 deletion .github/workflows/publish-javascript-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
ref: 0.10.0
- uses: ./.github/actions/publish-javascript-action
env:
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-python-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
ref: 0.10.0
- uses: ./.github/actions/publish-python-action
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-ruby-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: main
ref: 0.10.0
- uses: ./.github/actions/publish-ruby-action
env:
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## 0.10.0 - 2024-07-07
### Added
- Initial version
5 changes: 3 additions & 2 deletions clients/java/conf.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"gitUserId": "oapicf",
"gitRepoId": "minecraft-versions"
}
"gitRepoId": "minecraft-versions",
"artifactVersion": "0.10.0"
}
5 changes: 3 additions & 2 deletions clients/javascript/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"packageName": "minecraftversions",
"packageVersion": "0.9.0-pre.0",
"gitUserId": "oapicf",
"gitRepoId": "minecraft-versions"
}
"gitRepoId": "minecraft-versions",
"projectVersion": "0.10.0"
}
4 changes: 2 additions & 2 deletions clients/python/conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageName": "minecraft_versions",
"packageVersion": "0.9.0-pre.0",
"packageVersion": "0.10.0",
"packageUrl": "https://github.com/oapicf/minecraft-versions",
"gitUserId": "oapicf",
"gitRepoId": "minecraft-versions"
}
}
4 changes: 2 additions & 2 deletions clients/ruby/conf.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"gemName": "minecraft_versions",
"moduleName": "MinecraftVersionsClient",
"gemVersion": "0.9.0-pre.0",
"gemVersion": "0.10.0",
"gemAuthor": "OpenAPI Clients Factory",
"gemAuthorEmail": "[email protected]",
"gemHomepage": "https://github.com/oapicf/minecraft-versions",
"gemLicense": "MIT",
"gemRequiredRubyVersion": ">= 2.0",
"gitUserId": "oapicf",
"gitRepoId": "minecraft-versions"
}
}
16 changes: 8 additions & 8 deletions specification/minecraft-versions.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
openapi: 3.0.0
info:
version: 0.9.0-pre.0
title:
version: 0.10.0
title: null
description: SDK for Minecraft versions info
license:
name: MIT
Expand Down Expand Up @@ -78,15 +77,16 @@ components:
example: snapshot
url:
type: string
example: https://piston-meta.mojang.com/v1/packages/21df7f4ba484a6437ab5e9dca0b4dfb5dcefc802/24w14potato.json
example: >-
https://piston-meta.mojang.com/v1/packages/21df7f4ba484a6437ab5e9dca0b4dfb5dcefc802/24w14potato.json
time:
type: string
format: date-time
example: 2024-04-01T11:14:41+00:00
example: 2024-04-01T11:14:41.000Z
releaseTime:
type: string
format: date-time
example: 2024-04-01T11:07:19+00:00
example: 2024-04-01T11:07:19.000Z
VersionPackageInfo:
type: object
properties:
Expand Down Expand Up @@ -138,11 +138,11 @@ components:
time:
type: string
format: date-time
example: 2024-04-01T11:14:41+00:00
example: 2024-04-01T11:14:41.000Z
releaseTime:
type: string
format: date-time
example: 2024-04-01T11:07:19+00:00
example: 2024-04-01T11:07:19.000Z
type:
type: string
example: snapshot
Expand Down
2 changes: 1 addition & 1 deletion swaggy-c.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spec_uri: specification/minecraft-versions.yml
version: 0.9.0-pre.0
version: 0.10.0
contact:
name: Minecraft Versions
url: https://github.com/oapicf/minecraft-versions
Expand Down

0 comments on commit f4360fb

Please sign in to comment.