diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bfdae..012051f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [unreleased] +### 📚 Documentation + +- *(badges)* Consolidate to shields.io - ([a237a46](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/a237a46f476e378ec5d0dadfded69f20ad8646a0)) +- *(pypi)* Define supported python versions - ([bea82aa](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/bea82aa8ec04db7622f886835fed8c643cf73c9d)) + +### 🎨 Styling + +- *(badges)* Consolidate labels - ([2630832](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/263083262830b4c1ceaebbbb3d2bfd75ef05a122)) +- *(badges)* Use CD for github, pypi and docker - ([a300b36](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/a300b36867da42b1eb2b5af59635c5ff849b692f)) + + +## [0.0.43](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/compare/v0.0.42..v0.0.43) - 2024-12-24 + ### ⚙️ Miscellaneous Tasks - *(docker)* Set docker tags from semver tags - ([7d236c2](https://github.com/helmut-hoffer-von-ankershoffen/starbridge/commit/7d236c24fff1d52c5bc7a8804e1245608ce00eab)) diff --git a/VERSION b/VERSION index 5c49468..2aa9160 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.43 +0.0.44 diff --git a/pyproject.toml b/pyproject.toml index 772b633..32260c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "starbridge" -version = "0.0.43" +version = "0.0.44" description = "Integrates Claude Desktop with Google workspace and Atlassian workspaces" readme = "README.md" authors = [ @@ -170,7 +170,7 @@ source = ["src/"] [tool.bumpversion] -current_version = "0.0.43" +current_version = "0.0.44" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/uv.lock b/uv.lock index f35d141..c53e429 100644 --- a/uv.lock +++ b/uv.lock @@ -1,9 +1,5 @@ version = 1 -requires-python = ">=3.11" -resolution-markers = [ - "python_full_version < '3.12'", - "python_full_version >= '3.12'", -] +requires-python = ">=3.11, <4.0" [[package]] name = "annotated-types" @@ -1959,7 +1955,7 @@ wheels = [ [[package]] name = "starbridge" -version = "0.0.43" +version = "0.0.44" source = { editable = "." } dependencies = [ { name = "atlassian-python-api" },