Skip to content

Commit c5a4a67

Browse files
author
Alex Helfet
committed
Added note to Cargo.toml to make the next version v0.2.
See #9, #14.
1 parent 2488f20 commit c5a4a67

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
name = "webdriver_client"
33
description = "WebDriver client library"
44
license = "ISC"
5-
version = "0.1.1"
5+
6+
# Next version is v0.2 due to changes in #9, #14:
7+
# * Add NewSessionCmd argument ot Driver.session().
8+
version = "0.2.0-alpha"
69
authors = ["raf",
710
"Alex Helfet <[email protected]>"]
811
repository = "https://github.com/fluffysquirrels/webdriver_client_rust"

0 commit comments

Comments
 (0)