Skip to content

Commit

Permalink
Bump up to next pre-release version 1.0.1-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkunbot committed Jul 10, 2024
1 parent 397e1d5 commit a0d4faf
Show file tree
Hide file tree
Showing 11 changed files with 12 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: 1.0.0
ref: main
- 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: 1.0.0
ref: main
- 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: 1.0.0
ref: main
- 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: 1.0.0
ref: main
- uses: ./.github/actions/publish-ruby-action
env:
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-07-10
### Added
- Initial version
2 changes: 1 addition & 1 deletion clients/java/conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"artifactId": "openapiiplocation",
"artifactVersion": "1.0.0",
"artifactVersion": "1.0.1-pre.0",
"artifactUrl": "https://github.com/oapicf/openapi-iplocation",
"artifactDescription": "iplocation.net API client generated from Open API specification",
"groupId": "com.github.oapicf",
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": "openapi_iplocation",
"projectVersion": "1.0.0",
"projectVersion": "1.0.1-pre.0",
"gitUserId": "oapicf",
"gitRepoId": "openapi-iplocation"
}
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": "openapiiplocation",
"packageVersion": "1.0.0",
"packageVersion": "1.0.1-pre.0",
"packageUrl": "https://github.com/oapicf/openapi-iplocation",
"gitUserId": "oapicf",
"gitRepoId": "openapi-iplocation"
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": "openapi_iplocation",
"moduleName": "OpenApiIplocationClient",
"gemVersion": "1.0.0",
"gemVersion": "1.0.1-pre.0",
"gemAuthor": "OpenAPI Clients Factory",
"gemAuthorEmail": "[email protected]",
"gemHomepage": "https://github.com/oapicf/openapi-iplocation",
Expand Down
2 changes: 1 addition & 1 deletion specification/iplocation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: iplocation.net API
version: 1.0.0
version: 1.0.1-pre.0
description: >-
OpenAPI v3 specification and a set of generated API clients for
iplocation.net
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/iplocation.yml
version: 1.0.0
version: 1.0.1-pre.0
contact:
name: OpenAPI Clients Factory
url: https://github.com/oapicf/openapi-iplocation
Expand Down

0 comments on commit a0d4faf

Please sign in to comment.