Skip to content

Commit 404574c

Browse files
Merge pull request #17 from musher-dev/release-please--branches--main--components--musher-sdk
chore(main): release 0.3.3
2 parents 9f46c24 + 6510875 commit 404574c

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.2"
2+
".": "0.3.3"
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.3](https://github.com/musher-dev/python-sdk/compare/0.3.2...0.3.3) (2026-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* resolve path traversal, cache integrity, and HTTP parsing vulnerabilities ([9f46c24](https://github.com/musher-dev/python-sdk/commit/9f46c241a906e94e47bd983aa4a42c0e4eef7e70))
9+
* resolve path traversal, cache integrity, and HTTP parsing vulnerabilities ([31c6c0c](https://github.com/musher-dev/python-sdk/commit/31c6c0ce635959e143e0967d0618d74758aea640))
10+
311
## [0.3.2](https://github.com/musher-dev/python-sdk/compare/0.3.1...0.3.2) (2026-03-30)
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.2" # x-release-please-version
3+
version = "0.3.3" # 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)