Skip to content

Commit 215a6c6

Browse files
committed
Version 3.5.14
PR-URL: #86
1 parent 9b266f2 commit 215a6c6

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased][unreleased]
44

5+
## [3.5.14][] - 2021-09-21
6+
7+
- Fix bugs in Pool and add tests for important cases
8+
59
## [3.5.13][] - 2021-09-20
610

711
- Wait for available (released) item in Pool with waiting timeout
@@ -109,7 +113,8 @@
109113
See this link for 2.2.0 and all previous versions:
110114
https://github.com/metarhia/common/blob/master/CHANGELOG.md
111115

112-
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.13....HEAD
116+
[unreleased]: https://github.com/metarhia/metautil/compare/v3.5.14....HEAD
117+
[3.5.14]: https://github.com/metarhia/metautil/compare/v3.5.13...v3.5.14
113118
[3.5.13]: https://github.com/metarhia/metautil/compare/v3.5.12...v3.5.13
114119
[3.5.12]: https://github.com/metarhia/metautil/compare/v3.5.11...v3.5.12
115120
[3.5.11]: https://github.com/metarhia/metautil/compare/v3.5.10...v3.5.11

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "3.5.13",
3+
"version": "3.5.14",
44
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
55
"license": "MIT",
66
"description": "Metarhia utilities",

0 commit comments

Comments
 (0)