Skip to content

Commit ab10c46

Browse files
committed
chore(cargo): update version to 0.1.6 and reflect changes in Cargo.toml, Cargo.lock, CHANGELOG.md, and README.md
1 parent 7dfdd3f commit ab10c46

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

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

77
---
88

9+
## [0.1.6] - 2025-07-21
10+
11+
### Features
12+
- *(config)* Add ConfigSource enum and refactor configuration loading functions to support default, file, and embedded sources
13+
14+
### Bug Fixes
15+
- *(main)* Update parse_into_file call to use ConfigSource::Default for improved configuration handling
16+
17+
### Refactor
18+
- *(lib)* Update parse_into_file and parse_into_bytes functions to use ConfigSource for configuration handling
19+
20+
### Documentation
21+
- *(readme)* Add new logo and some cool badges
22+
- *(readme)* Revise README for clarity and update configuration handling details, including embedded support and usage examples
23+
24+
925
## [0.1.5] - 2025-07-16
1026

1127
### Features

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.5"
3+
version = "0.1.6"
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
@@ -43,7 +43,7 @@ cargo add markdown2pdf
4343
Or add to your Cargo.toml:
4444

4545
```toml
46-
markdown2pdf = "0.1.5"
46+
markdown2pdf = "0.1.6"
4747
```
4848

4949
## Usage

0 commit comments

Comments
 (0)