File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.2.1] - 2025-04-06
11
+
10
12
### Fixed
11
13
12
14
- Now the ` busy_worker ` will be restarted after the ` caller's ` death. Read more in [ issue] ( https://github.com/general-CbIC/poolex/issues/114 ) .
@@ -294,7 +296,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
294
296
295
297
- Supported main interface `Poolex.run/3` with `:timeout` option.
296
298
297
- [unreleased]: https://github.com/general-CbIC/poolex/compare/v1.2.0...HEAD
299
+ [unreleased]: https://github.com/general-CbIC/poolex/compare/v1.2.1...HEAD
300
+ [1.2.1]: https://github.com/general-CbIC/poolex/compare/v1.2.0...v1.2.1
298
301
[1.2.0]: https://github.com/general-CbIC/poolex/compare/v1.1.0...v1.2.0
299
302
[1.1.0]: https://github.com/general-CbIC/poolex/compare/v1.0.0...v1.1.0
300
303
[1.0.0]: https://github.com/general-CbIC/poolex/compare/v0.10.0...v1.0.0
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ defmodule Poolex.MixProject do
15
15
package: package ( ) ,
16
16
source_url: "https://github.com/general-CbIC/poolex" ,
17
17
start_permanent: Mix . env ( ) == :prod ,
18
- version: "1.2.0 "
18
+ version: "1.2.1 "
19
19
]
20
20
end
21
21
You can’t perform that action at this time.
0 commit comments