diff --git a/Cargo.toml b/Cargo.toml index e24df4c894..f4cb3f63b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ base64 = "0.21.0" [package] name = "quilkin" -version = "0.6.0" +version = "0.7.0-dev" authors = ["Mark Mandel ", "Ifeanyi Ubah ", "Erin Power "] license = "Apache-2.0" description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more." @@ -44,7 +44,7 @@ test = true [dependencies] # Local -quilkin-macros = { version = "0.6.0", path = "./macros" } +quilkin-macros = { version = "0.7.0-dev", path = "./macros" } # Crates.io arc-swap = { version = "1.6.0", features = ["serde"] } diff --git a/build/templates/github-release.md b/build/templates/github-release.md index 85b704d7c1..1bad233065 100644 --- a/build/templates/github-release.md +++ b/build/templates/github-release.md @@ -4,7 +4,7 @@ This is the {version} release of Quilkin. { write description of release } -Check the [documentation](https://github.com/googleforgames/quilkin#usage) for details on features, installation and +Check the [documentation](https://github.com/googleforgames/quilkin#documentation) for details on features, installation and usage. **Implemented enhancements:** diff --git a/build/templates/release-issue.md b/build/templates/release-issue.md index 2b4c550c2d..47719f678e 100644 --- a/build/templates/release-issue.md +++ b/build/templates/release-issue.md @@ -44,8 +44,10 @@ - [ ] Publish to [crates.io/crates/quilkin-macros](https://crates.io/crates/quilkin-macros): run `cd macros && cargo publish` - [ ] Publish to [crates.io/crates/quilkin](https://crates.io/crates/quilkin): run `cargo publish` - [ ] Submit the release. -- [ ] Post an announcement to the [mailing list](https://groups.google.com/g/quilkin-discuss). -- [ ] Post to the [Twitter account](https://twitter.com/quilkindev). +- [ ] Post announcemnts + - [ ] [mailing list](https://groups.google.com/g/quilkin-discuss). + - [ ] [Discord #announcement](https://discord.com/channels/773975408265134100/879794098721140786) + - [ ] [Twitter account](https://twitter.com/quilkindev). - [ ] Update Cargo version for development - [ ] Edit `Cargo.toml` and increment the [minor version](https://semver.org/) and apply the `-dev` suffix to the `version`. diff --git a/docs/htmltest.yaml b/docs/htmltest.yaml index 0972a58704..d52246e8af 100644 --- a/docs/htmltest.yaml +++ b/docs/htmltest.yaml @@ -27,5 +27,5 @@ IgnoreInternalURLs: IgnoreDirs: - "api" HTTPHeaders: - User-Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36" + User-Agent: "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36" Accept: "text/html" diff --git a/docs/src/installation.md b/docs/src/installation.md index 5ca4695865..a896b69698 100644 --- a/docs/src/installation.md +++ b/docs/src/installation.md @@ -22,7 +22,7 @@ us-docker.pkg.dev/quilkin/release/quilkin:{{QUILKIN_VERSION}}
Pre-built Quilkin binary with no preset arguments
-### [Cargo](https://lib.rs/crates/quilkin) +### Cargo
Source / Method
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 345ca2eba2..dbade02cbf 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -16,7 +16,7 @@ [package] name = "quilkin-macros" -version = "0.6.0" +version = "0.7.0-dev" authors = ["Erin Power "] license = "Apache-2.0" description = "Quilkin is a non-transparent UDP proxy specifically designed for use with large scale multiplayer dedicated game server deployments, to ensure security, access control, telemetry data, metrics and more."