Skip to content

Commit 1de16f0

Browse files
committed
Release v0.3.3 - Comprehensive builder test suite
1 parent c5ad1b6 commit 1de16f0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.3] - 2025-11-01
9+
10+
### ✅ Testing
11+
- **Added comprehensive builder test suite** - 54 new tests preventing regressions
12+
- Regression tests for v0.3.1 newline handling fix
13+
- Regression tests for v0.3.2 multi-line content fix
14+
- Complete coverage of BlockBuilder, CodeBlockBuilder, and all content type builders
15+
- Tests for tasks, tables, quotes, media embeds, queries, and journal entries
16+
- Edge case tests: unicode, special characters, deep nesting (10 levels)
17+
- Integration scenarios: meeting notes, code documentation, project pages
18+
- All 54 tests passing, preventing future bugs in builder functionality
19+
820
## [0.3.2] - 2025-11-01
921

1022
### 🐛 Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "logseq-python"
7-
version = "0.3.2"
7+
version = "0.3.3"
88
description = "A comprehensive Python library for working with Logseq knowledge graphs"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)