Skip to content

Commit c34df60

Browse files
committed
chore(main): release 2.2.0
1 parent 94c5e1d commit c34df60

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.2.0](https://github.com/GDC-ConsumerEdge/hydrator/compare/v2.1.0...v2.2.0) (2025-10-08)
4+
5+
6+
### Features
7+
8+
* **ci:** add ghcr publish workflow and optimize triggers ([94c5e1d](https://github.com/GDC-ConsumerEdge/hydrator/commit/94c5e1da9ca90aa3b6c430adc158d359968d576c))
9+
* use multiprocessing workers for enhanced performance ([94c5e1d](https://github.com/GDC-ConsumerEdge/hydrator/commit/94c5e1da9ca90aa3b6c430adc158d359968d576c))
10+
* use multiprocessing workers for enhanced performance ([#36](https://github.com/GDC-ConsumerEdge/hydrator/issues/36)) ([94c5e1d](https://github.com/GDC-ConsumerEdge/hydrator/commit/94c5e1da9ca90aa3b6c430adc158d359968d576c))
11+
12+
13+
### Bug Fixes
14+
15+
* bug in KRM parser ([94c5e1d](https://github.com/GDC-ConsumerEdge/hydrator/commit/94c5e1da9ca90aa3b6c430adc158d359968d576c))
16+
17+
18+
### Documentation
19+
20+
* update README.md ([1eacd00](https://github.com/GDC-ConsumerEdge/hydrator/commit/1eacd00fc5df930f024f1223c37c7b67ef5abb5f))
21+
* Update README.md ([#31](https://github.com/GDC-ConsumerEdge/hydrator/issues/31)) ([c56dcca](https://github.com/GDC-ConsumerEdge/hydrator/commit/c56dcca9fbadf6f6675d4d9d0605e4492015b282))
22+
323
## [2.1.0](https://github.com/GDC-ConsumerEdge/hydrator/compare/v2.0.0...v2.1.0) (2025-04-29)
424

525

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = [
77
readme = "README.md"
88
requires-python = ">=3.12"
99
license = "Apache-2.0"
10-
version = "2.1.0"
10+
version = "2.2.0"
1111
dependencies = [
1212
"aiofiles>=24.1.0,<25",
1313
"aioshutil>=1.5,<2",

0 commit comments

Comments
 (0)