Skip to content

Commit c49c61a

Browse files
Bump version: 0.10.9 → 0.10.10
1 parent 1e5b9f3 commit c49c61a

6 files changed

Lines changed: 21 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
[⭐ Starbridge](https://starbridge.readthedocs.io/en/latest/)
22

3-
## [0.10.9](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.10.8..0.10.9) - 2025-03-27
3+
## [0.10.10](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.10.9..0.10.10) - 2025-04-07
4+
5+
### 🧪 Testing
6+
7+
- Revert - ([6b8384a](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/6b8384ac2068e1be8eb2dac77783e1f20a6c9d55))
8+
9+
### ⚙️ Miscellaneous Tasks
10+
11+
- *(audit)* Allow affero - ([a9140bc](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/a9140bc7b53c595fe61ff91b9ddbdcb255415b84))
12+
- *(nox)* Fix typo - ([cf90705](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/cf90705d6986090d777449153747b05837c43380))
13+
- *(smoke)* Revert - ([3cb7ed9](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/3cb7ed9921bf087eec884998ce147806407db23f))
14+
- Deactive mcp inspector for now - ([1e5b9f3](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/1e5b9f3cc350d8ae6228e14099316f1ebed25cf0))
15+
16+
17+
## [0.10.9](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.10.8..v0.10.9) - 2025-03-27
418

519
### 🐛 Bug Fixes
620

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.9
1+
0.10.10

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.9"
31+
version = "0.10.10"
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.9"
3+
version = "0.10.10"
44
description = "⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces."
55
readme = "README.md"
66
authors = [
@@ -292,7 +292,7 @@ source = ["src/"]
292292

293293

294294
[tool.bumpversion]
295-
current_version = "0.10.9"
295+
current_version = "0.10.10"
296296
8parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
297297
serialize = ["{major}.{minor}.{patch}"]
298298
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.9
3+
sonar.projectVersion=0.10.10
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)