Skip to content

Commit e14f2ff

Browse files
authored
Merge pull request #29 from theiskaa/bump/v0.1.3
Bump/v0.1.3
2 parents 01a1296 + 1d07905 commit e14f2ff

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ the changelog generator (git-cliff).
66

77
---
88

9+
## [0.1.3] - 2025-03-31
10+
### Features
11+
- *(assets)* Move default implementation to [Default] trait
12+
- *(pdf)* Implement before_spacing as breaks
13+
- *(config)* Parse before_spacing and add in the example file
14+
- *(styling)* Add before_spacing field to BasicTextStyle
15+
16+
### Bug Fixes
17+
- *(markdown)* Enhance image parsing to handle invalid syntax gracefully
18+
- *(lib/markdown)* Improve example doc codes
19+
- *(markdown)* Use shorthanded struct initialization for emphasis init
20+
21+
### Documentation
22+
- *(readme)* Expand library integration guide
23+
24+
### Testing
25+
- *(markdown)* Add tests for standalone exclamation and image parsing
26+
- *(lib)* Covert both success and error cases
27+
- *(pdf)* Cover most cases except 'genpdfi' imports
28+
- *(markdown)* Cover all possible cases of lexer
29+
- *(styling)* Cover all cases in styling
30+
- *(config)* Add tests for each method except reading from config file
31+
932
## [0.1.2] - 2024-12-01
1033
### Features
1134
- *(cli)* Add URL input support for remote markdown files

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markdown2pdf"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
authors = ["Ismael Sh <me@theiskaa.com>"]
66
description = "Create PDF with Markdown files (a md to pdf transpiler)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ cargo add markdown2pdf
3636

3737
Or add the following line to your Cargo.toml:
3838
```toml
39-
markdown2pdf = "0.1.2"
39+
markdown2pdf = "0.1.3"
4040
```
4141

4242
## Usage

0 commit comments

Comments
 (0)