Skip to content

Commit 4f2bbdb

Browse files
committed
queue: bump queue module to 1.3.0
Part of #278
1 parent 14005c9 commit 4f2bbdb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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+
- queue module version bumped to 1.3.0 (#278)
22+
2123
### Fixed
2224

2325
- Several non-critical data race issues (#218)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clean:
2626

2727
.PHONY: deps
2828
deps: clean
29-
( cd ./queue/testdata; $(TTCTL) rocks install queue 1.2.1 )
29+
( cd ./queue/testdata; $(TTCTL) rocks install queue 1.3.0 )
3030
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.0.0 )
3131

3232
.PHONY: datetime-timezones

0 commit comments

Comments
 (0)