Skip to content

Commit 8b58aa3

Browse files
committed
Version 5.2.1
PR-URL: #247
1 parent 507f1ee commit 8b58aa3

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Bespaliy <bes20020401@gmail.com>
2323
Egor Pankov <pankov.zhora@gmail.com>
2424
Slava Kaderkin <slavakaderkin@gmail.com>
2525
Hulko Svyat <zoffproject@gmail.com>
26+
Valerii Shandin <shandin.va@gmail.com>

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased][unreleased]
44

5+
## [5.2.1][] - 2024-02-10
6+
7+
- Fixed abort handling in `Collector`
8+
- Fixed `Pool`: release captured items to queue
9+
- Update dependencies
10+
511
## [5.2.0][] - 2023-12-20
612

713
- Added `defaults` to `Collector` options
@@ -288,7 +294,8 @@
288294
See this link for 2.2.0 and all previous versions:
289295
https://github.com/metarhia/common/blob/master/CHANGELOG.md
290296

291-
[unreleased]: https://github.com/metarhia/metautil/compare/v5.2.0....HEAD
297+
[unreleased]: https://github.com/metarhia/metautil/compare/v5.2.1....HEAD
298+
[5.2.1]: https://github.com/metarhia/metautil/compare/v5.2.0...v5.2.1
292299
[5.2.0]: https://github.com/metarhia/metautil/compare/v5.1.0...v5.2.0
293300
[5.1.0]: https://github.com/metarhia/metautil/compare/v5.0.0...v5.1.0
294301
[5.0.0]: https://github.com/metarhia/metautil/compare/v4.0.1...v5.0.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2023 Metarhia contributors (full list in AUTHORS file)
3+
Copyright (c) 2017-2024 Metarhia contributors (full list in AUTHORS file)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,6 @@ const result = await metautil.once(ee, 'name3');
378378

379379
## License & Contributors
380380

381-
Copyright (c) 2017-2023 [Metarhia contributors](https://github.com/metarhia/metautil/graphs/contributors).
381+
Copyright (c) 2017-2024 [Metarhia contributors](https://github.com/metarhia/metautil/graphs/contributors).
382382
Metautil is [MIT licensed](./LICENSE).\
383383
Metautil is a part of [Metarhia](https://github.com/metarhia) technology stack.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metautil",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia utilities",

0 commit comments

Comments
 (0)