Skip to content

Commit 3538814

Browse files
committed
mix: release 0.3.0
Features: - Add cache information to Queue info getter. - Cache information now includes the cache size in bytes. Fixes: - Fix a bug causing a crash when a Queue is deleted. - Fix a bug causing a crash when a Queue is purged. Refactoring: - Code simplified, code duplication reduced - Added System Tests. Signed-off-by: Matteo Cafasso <[email protected]>
1 parent 282907f commit 3538814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule RabbitMQ.MessageDeduplicationPlugin.Mixfile do
99

1010
[
1111
app: :rabbitmq_message_deduplication,
12-
version: "0.2.1",
12+
version: "0.3.0",
1313
build_embedded: Mix.env == :prod,
1414
start_permanent: Mix.env == :prod,
1515
deps_path: deps_dir,

0 commit comments

Comments
 (0)