Skip to content

Commit 2535f8c

Browse files
committed
bump version to 0.3.9 to publish bug fixes
1 parent 181d082 commit 2535f8c

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
✓ means ready to try
1010

11+
# [v0.3.9] - 2025-12-01
12+
13+
- adds CORS headers for HTTP SSE which went missing from 0.2.x -> 0.3.x transition
14+
- refactor basic security for client using a BasicSecurity class instead of supplying plain username and password
15+
- minor bug fixes in state machine
16+
1117
## [v0.3.8] - 2025-11-15
1218

1319
- supports structlog for logging, with colored logs and updated log statements
1420
- SAST with bandit & gitleaks integrated into CI/CD pipelines
1521
- uses pytest instead of unittests
16-
- code improvements with isort, refactors & optimizations etc.
17-
- fixes minor bugs & cleans up HTTP headers
1822

1923
## [v0.3.7] - 2025-10-30
2024

hololinked/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.8"
1+
__version__ = "0.3.9"
22

33
from .config import global_config # noqa
44
import hololinked.core # noqa: F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package-dir = {"hololinked" = "hololinked"}
77

88
[project]
99
name = "hololinked"
10-
version = "0.3.8"
10+
version = "0.3.9"
1111
authors = [
1212
{name = "Vignesh Vaidyanathan", email = "info@hololinked.dev"},
1313
]

0 commit comments

Comments
 (0)