diff --git a/.github/workflows/publish-doc-workflow.yaml b/.github/workflows/publish-doc-workflow.yaml index 8883dcf..2b7a38e 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: 1.0.0 + ref: main - 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 df2c2d7..4514f00 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: 1.0.0 + ref: main - 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 e5f5ede..f06aa13 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: 1.0.0 + ref: main - 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 584e737..bf87a4e 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: 1.0.0 + ref: main - uses: ./.github/actions/publish-ruby-action env: RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 081649b..818d9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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 + ## 1.0.0 - 2024-03-14 ### Added - Add xojo-client, rust-axum, zapier clients diff --git a/clients/javascript/conf.json b/clients/javascript/conf.json index 94c43a7..bbc391f 100644 --- a/clients/javascript/conf.json +++ b/clients/javascript/conf.json @@ -1,6 +1,6 @@ { "projectName": "endoflife-date", - "projectVersion": "1.0.0", + "projectVersion": "1.0.1-pre.0", "gitUserId": "oapicf", "gitRepoId": "endoflife.date-api-clients" } \ No newline at end of file diff --git a/clients/python/conf.json b/clients/python/conf.json index c43d17e..6dd8b36 100644 --- a/clients/python/conf.json +++ b/clients/python/conf.json @@ -1,6 +1,6 @@ { "packageName": "endoflifedate", - "packageVersion": "1.0.0", + "packageVersion": "1.0.1-pre.0", "packageUrl": "https://github.com/oapicf/endoflife.date-api-clients", "gitUserId": "oapicf", "gitRepoId": "endoflife.date-api-clients" diff --git a/clients/ruby/conf.json b/clients/ruby/conf.json index ab89a10..81f7b7d 100644 --- a/clients/ruby/conf.json +++ b/clients/ruby/conf.json @@ -1,7 +1,7 @@ { "gemName": "endoflife_date", "moduleName": "EndOfLifeDateApiClient", - "gemVersion": "1.0.0", + "gemVersion": "1.0.1-pre.0", "gemAuthor": "OpenAPI Clients Factory", "gemAuthorEmail": "blah+oapicf@cliffano.com", "gemHomepage": "https://github.com/oapicf/endoflife.date-api-clients", diff --git a/swaggy-c.yml b/swaggy-c.yml index 3746daf..e6caca1 100644 --- a/swaggy-c.yml +++ b/swaggy-c.yml @@ -1,6 +1,6 @@ spec_uri: >- https://raw.githubusercontent.com/endoflife-date/endoflife.date/master/assets/openapi.yml -version: 1.0.0 +version: 1.0.1-pre.0 contact: name: OpenAPI Clients Factory url: https://github.com/oapicf/endoflife.date-api-clients