Skip to content

Commit

Permalink
Version 5.2.1
Browse files Browse the repository at this point in the history
PR-URL: #247
  • Loading branch information
tshemsedinov committed Feb 10, 2024
1 parent 507f1ee commit 8b58aa3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Bespaliy <bes20020401@gmail.com>
Egor Pankov <pankov.zhora@gmail.com>
Slava Kaderkin <slavakaderkin@gmail.com>
Hulko Svyat <zoffproject@gmail.com>
Valerii Shandin <shandin.va@gmail.com>
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [5.2.1][] - 2024-02-10

- Fixed abort handling in `Collector`
- Fixed `Pool`: release captured items to queue
- Update dependencies

## [5.2.0][] - 2023-12-20

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

[unreleased]: https://github.com/metarhia/metautil/compare/v5.2.0....HEAD
[unreleased]: https://github.com/metarhia/metautil/compare/v5.2.1....HEAD
[5.2.1]: https://github.com/metarhia/metautil/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/metarhia/metautil/compare/v5.1.0...v5.2.0
[5.1.0]: https://github.com/metarhia/metautil/compare/v5.0.0...v5.1.0
[5.0.0]: https://github.com/metarhia/metautil/compare/v4.0.1...v5.0.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,6 @@ const result = await metautil.once(ee, 'name3');

## License & Contributors

Copyright (c) 2017-2023 [Metarhia contributors](https://github.com/metarhia/metautil/graphs/contributors).
Copyright (c) 2017-2024 [Metarhia contributors](https://github.com/metarhia/metautil/graphs/contributors).
Metautil is [MIT licensed](./LICENSE).\
Metautil is a part of [Metarhia](https://github.com/metarhia) technology stack.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metautil",
"version": "5.2.0",
"version": "5.2.1",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"license": "MIT",
"description": "Metarhia utilities",
Expand Down

0 comments on commit 8b58aa3

Please sign in to comment.