Skip to content

Commit ae1a306

Browse files
committed
Bump version and update changelog
1 parent a3b52c0 commit ae1a306

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
## 0.11.0 - not published yet
1+
## 0.11.0
22

3+
- Preserve most settings.xml elements in DOCX to RTF converter; this also fixes inaccurate paragraph spacing in some cases
4+
- Improve paragraph borders, spacing and indentation handling in DOCX to RTF/HTML converters
5+
- Fix sections when no SectionProperties is present (e.g. document produced by WordPad)
6+
- Fix issues with multi-level lists in DOCX to HTML/TXT converters
7+
- Fix text not wrapping in DOCX to HTML converter
38
- Enable Dependabot to automate dependency updates
9+
- Other improvements
10+
11+
**Full Changelog**: https://github.com/manfromarce/DocSharp/compare/v0.10.0...v0.11.0
412

513
## 0.10.0 - 2025.08.04
614

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<VersionPrefix>0.10.0</VersionPrefix>
4+
<VersionPrefix>0.11.0</VersionPrefix>
55
<Product>DocSharp</Product>
66
<Authors>Manfredi Marceca</Authors>
77
<Copyright>Copyright © Manfredi Marceca $([System.DateTime]::Now.Year)</Copyright>

src/DocSharp.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<Folder Name="/Solution items/">
1616
<File Path="../.editorconfig" />
1717
<File Path="../.gitignore" />
18+
<File Path="../CHANGELOG.md" />
1819
<File Path="../documentation/Supported_features.md" />
1920
<File Path="../LICENSE" />
2021
<File Path="../LICENSE-Apache" />

0 commit comments

Comments
 (0)