Skip to content

Commit

Permalink
Start new development cycle 0.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
FloGa committed Apr 7, 2024
1 parent feb1245 commit 0d6edc0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changes since latest release

# Changes in 0.6.0

- Make integration tests runnable under windows
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "upnp-daemon"
version = "0.6.0"
version = "0.7.0-SNAPSHOT"
description = "A daemon for continuously opening ports via UPnP."
readme = "README.md"
categories = ["command-line-utilities", "network-programming"]
Expand Down Expand Up @@ -45,7 +45,7 @@ include = ["src/**/*", "LICENSE", "README.md"]

# Internal dependencies

easy-upnp = { version = "0.2.0", path = "crates/easy-upnp" }
easy-upnp = { version = "0.3.0-SNAPSHOT", path = "crates/easy-upnp" }

# Runtime dependencies

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0
0.7.0-SNAPSHOT
2 changes: 2 additions & 0 deletions crates/easy-upnp/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Changes since latest release

# Changes in 0.2.0

- Add thiserror as dependency
Expand Down
2 changes: 1 addition & 1 deletion crates/easy-upnp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "easy-upnp"
version = "0.2.0"
version = "0.3.0-SNAPSHOT"
description = "Easily open and close UPnP ports."
readme = "README.md"
categories = ["network-programming"]
Expand Down
2 changes: 1 addition & 1 deletion crates/easy-upnp/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0-SNAPSHOT

0 comments on commit 0d6edc0

Please sign in to comment.