We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd798b commit b873f38Copy full SHA for b873f38
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
+- queue module version bumped to 1.3.0 (#278)
22
+
23
### Fixed
24
25
- Several non-critical data race issues (#218)
Makefile
@@ -26,7 +26,7 @@ clean:
26
27
.PHONY: deps
28
deps: clean
29
- ( cd ./queue/testdata; $(TTCTL) rocks install queue 1.2.1 )
+ ( cd ./queue/testdata; $(TTCTL) rocks install queue 1.3.0 )
30
( cd ./crud/testdata; $(TTCTL) rocks install crud 1.0.0 )
31
32
.PHONY: datetime-timezones
0 commit comments