Skip to content

Commit a6d577b

Browse files
Merge pull request #24 from musher-dev/release-please--branches--main--components--musher-sdk
chore(main): release 0.3.5
2 parents 4371deb + 782679b commit a6d577b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.4"
2+
".": "0.3.5"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.3.5](https://github.com/musher-dev/python-sdk/compare/0.3.4...0.3.5) (2026-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* fall back to hub endpoints on 401 for public bundles ([4371deb](https://github.com/musher-dev/python-sdk/commit/4371debaad1964fb0d511dbdf90e766ae1654069))
9+
* fall back to hub endpoints on 401 for public bundles ([b75bba0](https://github.com/musher-dev/python-sdk/commit/b75bba08f699ac17108b70bd892811ce32bd9213)), closes [#22](https://github.com/musher-dev/python-sdk/issues/22)
10+
311
## [0.3.4](https://github.com/musher-dev/python-sdk/compare/0.3.3...0.3.4) (2026-03-31)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "musher-sdk"
3-
version = "0.3.4" # x-release-please-version
3+
version = "0.3.5" # x-release-please-version
44
description = "Python SDK for the Musher bundle distribution platform"
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)