Skip to content

Commit b027c45

Browse files
committed
chore(release): align scattered SDK versions to v0.1.0
README badge, python pyproject, java README snippet and the cpp VERSION.cmake patch level had drifted to 0.1.1/0.1.2 while the actual release tag is v0.1.0; js/csharp were already correct. Pin every manifest to 0.1.0 so the release artifacts, badges and dependency coordinates tell one story.
1 parent dc923da commit b027c45

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Croupier Platform
66

77
[![CI](https://github.com/cuihairu/croupier/actions/workflows/ci.yml/badge.svg)](https://github.com/cuihairu/croupier/actions/workflows/ci.yml)
8-
[![Release](https://img.shields.io/badge/Release-v0.1.1-blue.svg)](https://github.com/cuihairu/croupier/releases)
8+
[![Release](https://img.shields.io/badge/Release-v0.1.0-blue.svg)](https://github.com/cuihairu/croupier/releases)
99
[![codecov](https://codecov.io/gh/cuihairu/croupier/branch/main/graph/badge.svg)](https://codecov.io/gh/cuihairu/croupier)
1010
![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)
1111
![Go Version](https://img.shields.io/badge/go-1.26.6+-green.svg)

sdks/cpp/VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
set(CROUPIER_SDK_VERSION_MAJOR 0)
1010
set(CROUPIER_SDK_VERSION_MINOR 1)
11-
set(CROUPIER_SDK_VERSION_PATCH 2)
11+
set(CROUPIER_SDK_VERSION_PATCH 0)
1212

1313
# Full version string
1414
set(CROUPIER_SDK_VERSION "${CROUPIER_SDK_VERSION_MAJOR}.${CROUPIER_SDK_VERSION_MINOR}.${CROUPIER_SDK_VERSION_PATCH}")

sdks/java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Maven:
139139
<dependency>
140140
<groupId>croupier.cuihairu.github.io</groupId>
141141
<artifactId>croupier-sdk-java</artifactId>
142-
<version>0.1.1</version>
142+
<version>0.1.0</version>
143143
</dependency>
144144
```
145145

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "croupier-sdk"
7-
version = "0.1.1"
7+
version = "0.1.0"
88
description = "Croupier Python SDK for Game Function Registration and File Transfer"
99
authors = [
1010
{name = "cuihairu", email = "chuihairu@gmail.com"}

0 commit comments

Comments
 (0)