Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep: 0.7.0-dev #759

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ base64 = "0.21.0"

[package]
name = "quilkin"
version = "0.6.0"
version = "0.7.0-dev"
authors = ["Mark Mandel <[email protected]>", "Ifeanyi Ubah <[email protected]>", "Erin Power <[email protected]>"]
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."
Expand All @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion build/templates/github-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down
6 changes: 4 additions & 2 deletions build/templates/release-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion docs/htmltest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ us-docker.pkg.dev/quilkin/release/quilkin:{{QUILKIN_VERSION}}
<dd>Pre-built Quilkin binary with no preset arguments</dd>
</dl>

### [Cargo](https://lib.rs/crates/quilkin)
### <a href="https://lib.rs/crates/quilkin" data-proofer-ignore>Cargo</a>

<dl>
<dt><strong>Source / Method</strong></dt>
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "quilkin-macros"
version = "0.6.0"
version = "0.7.0-dev"
authors = ["Erin Power <[email protected]>"]
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."
Expand Down