Skip to content

Commit 9afece6

Browse files
Bump version: 0.10.11 → 0.10.12
1 parent 356d272 commit 9afece6

6 files changed

Lines changed: 13 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
[⭐ Starbridge](https://starbridge.readthedocs.io/en/latest/)
22

3+
## [0.10.12](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.10.11..0.10.12) - 2025-04-08
4+
5+
### ⚙️ Miscellaneous Tasks
6+
7+
- *(test)* Move - ([356d272](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/356d272ff5433113e0b03b1a1edb1be2fd21c3be))
8+
9+
310
## [0.10.10](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.10.9..v0.10.10) - 2025-04-07
411

512
### 🧪 Testing

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.11
1+
0.10.12

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
project = "starbridge"
2929
author = "Helmut Hoffer von Ankershoffen"
3030
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
31-
version = "0.10.11"
31+
version = "0.10.12"
3232
release = version
3333
github_username = "helmut-hoffer-von-ankershoffen"
3434
github_repository = "starbridge"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "starbridge"
3-
version = "0.10.11"
3+
version = "0.10.12"
44
description = "⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces."
55
readme = "README.md"
66
authors = [
@@ -294,7 +294,7 @@ source = ["src/"]
294294

295295

296296
[tool.bumpversion]
297-
current_version = "0.10.11"
297+
current_version = "0.10.12"
298298
8parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
299299
serialize = ["{major}.{minor}.{patch}"]
300300
search = "{current_version}"

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=helmut-hoffer-von-ankershoffen_starbridge
22
sonar.organization=helmut-hoffer-von-ankershoffen
3-
sonar.projectVersion=0.10.11
3+
sonar.projectVersion=0.10.12
44
sonar.projectDescription=⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces.
55
sonar.links.homepage=https://starbridge.readthedocs.io/en/latest/
66
sonar.links.scm=https://github.com/helmut-hoffer-von-ankershoffen/starbridge

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)