Skip to content

Commit

Permalink
Release version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Jul 7, 2024
1 parent 1508575 commit 977c078
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-doc-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
with:
token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
ref: main
ref: 0.12.0
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
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.12.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.12.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.12.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,8 +5,7 @@ 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.12.0 - 2024-07-07
### Changed
- Rename javascript package to minecraftverse

Expand Down
2 changes: 1 addition & 1 deletion clients/java/conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"gitUserId": "oapicf",
"gitRepoId": "minecraft-versions",
"artifactVersion": "0.11.1-pre.0"
"artifactVersion": "0.12.0"
}
2 changes: 1 addition & 1 deletion clients/javascript/conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packageName": "minecraftverse",
"gitUserId": "oapicf",
"gitRepoId": "minecraft-versions",
"projectVersion": "0.11.1-pre.0"
"projectVersion": "0.12.0"
}
2 changes: 1 addition & 1 deletion clients/python/conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"projectName": "minecraftverse",
"packageName": "minecraftverse",
"packageVersion": "0.11.1-pre.0",
"packageVersion": "0.12.0",
"packageUrl": "https://github.com/oapicf/minecraft-versions",
"gitUserId": "oapicf",
"gitRepoId": "minecraft-versions"
Expand Down
2 changes: 1 addition & 1 deletion clients/ruby/conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"gemName": "minecraft_versions",
"moduleName": "MinecraftVersionsClient",
"gemVersion": "0.11.1-pre.0",
"gemVersion": "0.12.0",
"gemAuthor": "OpenAPI Clients Factory",
"gemAuthorEmail": "blah+oapicf@cliffano.com",
"gemHomepage": "https://github.com/oapicf/minecraft-versions",
Expand Down
2 changes: 1 addition & 1 deletion specification/minecraft-versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: 0.11.1-pre.0
version: 0.12.0
title: null
description: SDK for Minecraft versions info
license:
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.11.1-pre.0
version: 0.12.0
contact:
name: Minecraft Versions
url: https://github.com/oapicf/minecraft-versions
Expand Down

0 comments on commit 977c078

Please sign in to comment.