Skip to content

Commit b9b3c60

Browse files
chore: bump version to 2.2.0 [skip ci]
1 parent 44941b5 commit b9b3c60

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v2.2.0](https://github.com/DS4SD/docling-core/releases/tag/v2.2.0) - 2024-10-24
2+
3+
### Feature
4+
5+
* Add headers argument and a custom user-agents for http requests ([#53](https://github.com/DS4SD/docling-core/issues/53)) ([`44941b5`](https://github.com/DS4SD/docling-core/commit/44941b5591fe7db5a2b987f5d2b35785fab386db))
6+
7+
### Fix
8+
9+
* Fix resolution in case of URL without path ([#55](https://github.com/DS4SD/docling-core/issues/55)) ([`2c88e56`](https://github.com/DS4SD/docling-core/commit/2c88e56f8ccb5902457c1749c64c8de6cc963739))
10+
111
## [v2.1.0](https://github.com/DS4SD/docling-core/releases/tag/v2.1.0) - 2024-10-22
212

313
### Feature

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "docling-core"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
description = "A python library to define and validate data types in Docling."
55
license = "MIT"
66
authors = [

0 commit comments

Comments
 (0)