Skip to content

Commit 36056e2

Browse files
Bump version: 0.10.3 → 0.10.4
1 parent bbc4675 commit 36056e2

6 files changed

Lines changed: 7 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
[⭐ Starbridge](https://starbridge.readthedocs.io/en/latest/)
22

3-
## [0.10.3](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.10.1..0.10.3) - 2025-03-18
3+
## [0.10.3](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.10.1..v0.10.3) - 2025-03-18
44

55
### Sec
66

77
- Security-extended, security-and-quality - ([e5dd59c](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/e5dd59c0b7227590c1cb30da85cdc34619664abf))
88

9-
## New Contributors ❤️
10-
11-
* @helmut-hoffer-von-ankershoffen made their first contribution
129

1310
## [0.1.0](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.0.93..v0.1.0) - 2025-03-16
1411

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.3
1+
0.10.4

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
project = "starbridge"
3030
author = "Helmut Hoffer von Ankershoffen"
3131
copyright = f" (c) 2025-{datetime.now(UTC).year}, {author}" # noqa: A001
32-
version = "0.10.3"
32+
version = "0.10.4"
3333
release = version
3434
github_username = "helmut-hoffer-von-ankershoffen"
3535
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.3"
3+
version = "0.10.4"
44
description = "⭐ Integrates Claude Desktop with the web, Google and Atlassian workspaces."
55
readme = "README.md"
66
authors = [
@@ -272,7 +272,7 @@ source = ["src/"]
272272

273273

274274
[tool.bumpversion]
275-
current_version = "0.10.3"
275+
current_version = "0.10.4"
276276
8parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
277277
serialize = ["{major}.{minor}.{patch}"]
278278
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.3
3+
sonar.projectVersion=0.10.4
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)