File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
55
66## [ Unreleased]
77
8- - Remove unnecessary serialization of enqueue calls #390
8+ ## [ 0.13.4] - 2019-11-3
9+
10+ ### Fixed
11+ - Remove unnecessary serialization of enqueue calls #390 by @ananthakumaran and @sb8244
12+ - Fix warnings by @hkrutzer #394
13+ - Start all the apps during test by @ananthakumaran #391
14+ - Replace KEYS with a cursored call to SCAN for realtime stats by @neslinesli93 #384
915
1016## [ 0.13.3] - 2019-06-16
1117
Original file line number Diff line number Diff line change @@ -66,12 +66,12 @@ Add exq to your mix.exs deps (replace version with the latest hex.pm package ver
6666 defp deps do
6767 [
6868 # ... other deps
69- {:exq , " ~> 0.13.3 " }
69+ {:exq , " ~> 0.13.4 " }
7070 ]
7171 end
7272```
7373
74- Then run ``` mix deps.get ``` .
74+ Then run ``` mix deps.get ``` .
7575
7676
7777### Configuration:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Exq.Mixfile do
44 def project do
55 [
66 app: :exq ,
7- version: "0.13.3 " ,
7+ version: "0.13.4 " ,
88 elixir: "~> 1.6" ,
99 elixirc_paths: [ "lib" ] ,
1010 package: [
You can’t perform that action at this time.
0 commit comments