Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.2"
".": "0.3.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.3](https://github.com/musher-dev/python-sdk/compare/0.3.2...0.3.3) (2026-03-30)


### Bug Fixes

* resolve path traversal, cache integrity, and HTTP parsing vulnerabilities ([9f46c24](https://github.com/musher-dev/python-sdk/commit/9f46c241a906e94e47bd983aa4a42c0e4eef7e70))
* resolve path traversal, cache integrity, and HTTP parsing vulnerabilities ([31c6c0c](https://github.com/musher-dev/python-sdk/commit/31c6c0ce635959e143e0967d0618d74758aea640))

## [0.3.2](https://github.com/musher-dev/python-sdk/compare/0.3.1...0.3.2) (2026-03-30)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "musher-sdk"
version = "0.3.2" # x-release-please-version
version = "0.3.3" # x-release-please-version
description = "Python SDK for the Musher bundle distribution platform"
readme = "README.md"
license = "Apache-2.0"
Expand Down