We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab588a commit 826e07fCopy full SHA for 826e07f
CHANGELOG.md
@@ -18,6 +18,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
18
19
### Changed
20
21
+- Bump queue package version to 1.2.1 (#176)
22
+
23
### Fixed
24
25
- Mode type description in the connection_pool subpackage (#208)
Makefile
@@ -22,7 +22,7 @@ clean:
.PHONY: deps
deps: clean
- ( cd ./queue; tarantoolctl rocks install queue 1.2.0 )
+ ( cd ./queue; tarantoolctl rocks install queue 1.2.1 )
26
27
.PHONY: datetime-timezones
28
datetime-timezones:
0 commit comments