Skip to content

Commit

Permalink
queue: bump package version to 1.2.1
Browse files Browse the repository at this point in the history
It fixes queue.cfg({in_replicaset = true}) for Tarantool 1.10 [1].

1. tarantool/queue#185

Part of #176
  • Loading branch information
oleg-jukovec committed Sep 30, 2022
1 parent 9132e2b commit 05c418f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Changed

- Bump queue package version to 1.2.1 (#176)

### Fixed

- Mode type description in the connection_pool subpackage (#208)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 )

.PHONY: datetime-timezones
datetime-timezones:
Expand Down

0 comments on commit 05c418f

Please sign in to comment.