Skip to content

Commit 5e70dc5

Browse files
committed
Prep v4.0.0
1 parent ddad40f commit 5e70dc5

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
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## v4.0.0
6+
57
- [Added] `OPQ.Queue` wraps `:queue` and implements `Enumerable`
68

79
## v3.3.0 [2021-10-12]

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule OPQ.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/fredwu/crawler"
5-
@version "3.3.0"
5+
@version "4.0.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)