Skip to content

Commit 48e76f5

Browse files
committed
Merge branch 'release/v1.2.1' into develop
2 parents 1446919 + 4c52cd3 commit 48e76f5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2025-04-06
11+
1012
### Fixed
1113

1214
- 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
294296
295297
- Supported main interface `Poolex.run/3` with `:timeout` option.
296298
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
298301
[1.2.0]: https://github.com/general-CbIC/poolex/compare/v1.1.0...v1.2.0
299302
[1.1.0]: https://github.com/general-CbIC/poolex/compare/v1.0.0...v1.1.0
300303
[1.0.0]: https://github.com/general-CbIC/poolex/compare/v0.10.0...v1.0.0

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defmodule Poolex.MixProject do
1515
package: package(),
1616
source_url: "https://github.com/general-CbIC/poolex",
1717
start_permanent: Mix.env() == :prod,
18-
version: "1.2.0"
18+
version: "1.2.1"
1919
]
2020
end
2121

0 commit comments

Comments
 (0)