Skip to content

Commit 840e3ed

Browse files
committed
queue: bump package version to 1.2.1
It fixes queue.cfg({in_replicaset = true}) for Tarantool 1.10 [1]. 1. tarantool/queue#185 Part of #176
1 parent 97388e8 commit 840e3ed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1818

1919
### Changed
2020

21+
- Bump queue package version to 1.2.1 (#176)
22+
2123
### Fixed
2224

2325
- Mode type description in the connection_pool subpackage (#208)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ clean:
2222

2323
.PHONY: deps
2424
deps: clean
25-
( cd ./queue; tarantoolctl rocks install queue 1.2.0 )
25+
( cd ./queue; tarantoolctl rocks install queue 1.2.1 )
2626

2727
.PHONY: datetime-timezones
2828
datetime-timezones:

0 commit comments

Comments
 (0)