Skip to content

Commit be6675d

Browse files
committed
Release v0.3.2 - Fix code block splitting in BlockBuilder
1 parent ea57f83 commit be6675d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.2] - 2025-11-01
9+
10+
### 🐛 Bug Fixes
11+
- **Fixed BlockBuilder multi-line content handling** - Code blocks and other multi-line content now render correctly within blocks
12+
- When a code block (or any multi-line content) is added to a block, all lines are now properly indented
13+
- First line gets the bullet point (`- `), subsequent lines get proper continuation indentation
14+
- Fixes code blocks being split incorrectly across multiple unindented lines
15+
816
## [0.3.1] - 2025-11-01
917

1018
### 🐛 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.1"
7+
version = "0.3.2"
88
description = "A comprehensive Python library for working with Logseq knowledge graphs"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)