diff --git a/.github/workflows/publish-doc-workflow.yaml b/.github/workflows/publish-doc-workflow.yaml index 556c980..9121420 100644 --- a/.github/workflows/publish-doc-workflow.yaml +++ b/.github/workflows/publish-doc-workflow.yaml @@ -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' diff --git a/.github/workflows/publish-javascript-workflow.yaml b/.github/workflows/publish-javascript-workflow.yaml index 4514f00..dcfd3d8 100644 --- a/.github/workflows/publish-javascript-workflow.yaml +++ b/.github/workflows/publish-javascript-workflow.yaml @@ -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 }} diff --git a/.github/workflows/publish-python-workflow.yaml b/.github/workflows/publish-python-workflow.yaml index f06aa13..5ab3a41 100644 --- a/.github/workflows/publish-python-workflow.yaml +++ b/.github/workflows/publish-python-workflow.yaml @@ -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 }} diff --git a/.github/workflows/publish-ruby-workflow.yaml b/.github/workflows/publish-ruby-workflow.yaml index bf87a4e..164d382 100644 --- a/.github/workflows/publish-ruby-workflow.yaml +++ b/.github/workflows/publish-ruby-workflow.yaml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b2aa81..1094591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/clients/java/conf.json b/clients/java/conf.json index 4df9348..7b6af9f 100644 --- a/clients/java/conf.json +++ b/clients/java/conf.json @@ -1,5 +1,5 @@ { "gitUserId": "oapicf", "gitRepoId": "minecraft-versions", - "artifactVersion": "0.11.1-pre.0" + "artifactVersion": "0.12.0" } \ No newline at end of file diff --git a/clients/javascript/conf.json b/clients/javascript/conf.json index f637c44..071caf7 100644 --- a/clients/javascript/conf.json +++ b/clients/javascript/conf.json @@ -3,5 +3,5 @@ "packageName": "minecraftverse", "gitUserId": "oapicf", "gitRepoId": "minecraft-versions", - "projectVersion": "0.11.1-pre.0" + "projectVersion": "0.12.0" } \ No newline at end of file diff --git a/clients/python/conf.json b/clients/python/conf.json index ad30c83..9915c25 100644 --- a/clients/python/conf.json +++ b/clients/python/conf.json @@ -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" diff --git a/clients/ruby/conf.json b/clients/ruby/conf.json index c180c42..1e2fb67 100644 --- a/clients/ruby/conf.json +++ b/clients/ruby/conf.json @@ -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", diff --git a/specification/minecraft-versions.yml b/specification/minecraft-versions.yml index f7fdc55..80b5cc0 100644 --- a/specification/minecraft-versions.yml +++ b/specification/minecraft-versions.yml @@ -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: diff --git a/swaggy-c.yml b/swaggy-c.yml index dd4046d..2f17550 100644 --- a/swaggy-c.yml +++ b/swaggy-c.yml @@ -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