Skip to content

Commit

Permalink
Preparation for 0.3.0
Browse files Browse the repository at this point in the history
Update items for 0.3.0 development.

Also made a small typo fix to the release template while I was in there.

Closes googleforgames#398
  • Loading branch information
markmandel committed Sep 22, 2021
1 parent 70e7e16 commit 9ca9570
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [".", "./macros"]

[package]
name = "quilkin"
version = "0.2.0"
version = "0.3.0-dev"
authors = ["Mark Mandel <markmandel@google.com>", "Ifeanyi Ubah <ifeanyi.ubah@embark-studios.com>"]
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 @@ -38,7 +38,7 @@ test = true

[dependencies]
# Local
quilkin-macros = { version = "0.2.0", path = "./macros" }
quilkin-macros = { version = "0.3.0-dev", path = "./macros" }

# Crates.io
backoff = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion build/templates/release-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- [ ] Attach all the remaining cloud build artifacts to the release.
- [ ] Run `git remote update && git checkout main && git reset --hard upstream/main` to ensure your code is in line
with upstream.
- [ ] Run `git checkout -b release-{version} && git push upstream` to create a release branch.
- [ ] Run `git checkout -b release-{version} && git push upstream release-{version}` to create a release branch.
- [ ] 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.
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.2.0"
version = "0.3.0-dev"
authors = ["Erin Power <erin.power@embark-studios.com>"]
license-file = "../LICENSE"
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

0 comments on commit 9ca9570

Please sign in to comment.