Skip to content

Commit 48c9dab

Browse files
committed
Bump up to next pre-release version 6.0.1-pre.0
1 parent 06ce1e1 commit 48c9dab

11 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/publish-doc-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
with:
1313
token: ${{ secrets.OAPICF_GITHUB_TOKEN }}
14-
ref: 6.0.0
14+
ref: main
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: '24'

.github/workflows/publish-javascript-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
with:
13-
ref: 6.0.0
13+
ref: main
1414
- uses: ./.github/actions/publish-javascript-action
1515
env:
1616
NPMJS_TOKEN: ${{ secrets.NPMJS_TOKEN }}

.github/workflows/publish-python-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
with:
13-
ref: 6.0.0
13+
ref: main
1414
- uses: ./.github/actions/publish-python-action
1515
env:
1616
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

.github/workflows/publish-ruby-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
with:
13-
ref: 6.0.0
13+
ref: main
1414
- uses: ./.github/actions/publish-ruby-action
1515
env:
1616
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN }}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Unreleased
8+
79
## 6.0.0 - 2026-01-24
810
### Added
911
- Add application/javascript response content

clients/java/conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"artifactId": "openapiipify",
3-
"artifactVersion": "6.0.0",
3+
"artifactVersion": "6.0.1-pre.0",
44
"artifactUrl": "https://github.com/oapicf/openapi-ipify",
55
"artifactDescription": "Ipify API client generated from Swagger / Open API specification",
66
"groupId": "com.github.oapicf",

clients/javascript/conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"projectName": "openapi_ipify",
3-
"projectVersion": "6.0.0",
3+
"projectVersion": "6.0.1-pre.0",
44
"gitUserId": "oapicf",
55
"gitRepoId": "openapi-ipify"
66
}

clients/python/conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "openapiipify",
3-
"packageVersion": "6.0.0",
3+
"packageVersion": "6.0.1-pre.0",
44
"packageUrl": "https://github.com/oapicf/openapi-ipify",
55
"gitUserId": "oapicf",
66
"gitRepoId": "openapi-ipify"

clients/ruby/conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"gemName": "openapi_ipify",
33
"moduleName": "OpenApiIpifyClient",
4-
"gemVersion": "6.0.0",
4+
"gemVersion": "6.0.1-pre.0",
55
"gemAuthor": "OpenAPI Clients Factory",
66
"gemAuthorEmail": "blah+oapicf@cliffano.com",
77
"gemHomepage": "https://github.com/oapicf/openapi-ipify",

specification/ipify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
openapi: 3.1.0
33
info:
4-
version: 6.0.0
4+
version: 6.0.1-pre.0
55
title: openapi-ipify
66
description: OpenAPI client for ipify, a simple public IP address API
77
license:

0 commit comments

Comments
 (0)