File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " logseq-python"
7- version = " 0.3.1 "
7+ version = " 0.3.2 "
88description = " A comprehensive Python library for working with Logseq knowledge graphs"
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments