Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Mar 14, 2024
1 parent e92be8e commit c018788
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 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: 1.0.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: 1.0.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: 1.0.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: 1.0.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

## 1.0.0 - 2024-03-14
### Added
- Add xojo-client, rust-axum, zapier clients

Expand Down
2 changes: 1 addition & 1 deletion clients/javascript/conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"projectName": "endoflife-date",
"projectVersion": "0.10.1-pre.0",
"projectVersion": "1.0.0",
"gitUserId": "oapicf",
"gitRepoId": "endoflife.date-api-clients"
}
2 changes: 1 addition & 1 deletion clients/python/conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "endoflifedate",
"packageVersion": "0.10.1-pre.0",
"packageVersion": "1.0.0",
"packageUrl": "https://github.com/oapicf/endoflife.date-api-clients",
"gitUserId": "oapicf",
"gitRepoId": "endoflife.date-api-clients"
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": "endoflife_date",
"moduleName": "EndOfLifeDateApiClient",
"gemVersion": "0.10.1-pre.0",
"gemVersion": "1.0.0",
"gemAuthor": "OpenAPI Clients Factory",
"gemAuthorEmail": "[email protected]",
"gemHomepage": "https://github.com/oapicf/endoflife.date-api-clients",
Expand Down
2 changes: 1 addition & 1 deletion swaggy-c.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
spec_uri: >-
https://raw.githubusercontent.com/endoflife-date/endoflife.date/master/assets/openapi.yml
version: 0.10.1-pre.0
version: 1.0.0
contact:
name: OpenAPI Clients Factory
url: https://github.com/oapicf/endoflife.date-api-clients
Expand Down

0 comments on commit c018788

Please sign in to comment.