Skip to content

Commit 3ea939f

Browse files
authored
Use px as proxy prefix and version bump to 0.4.6 (#633)
1 parent 0e012a7 commit 3ea939f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plane/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plane"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
edition = "2021"
55
default-run = "plane"
66
description = "Session backend orchestrator for ambitious browser-based apps."

plane/src/names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl<T: Name> clap::builder::TypedValueParser for NameParser<T> {
153153

154154
entity_name!(ControllerName, Some("co"));
155155
entity_name!(BackendName, None::<&'static str>);
156-
entity_name!(ProxyName, Some("pr"));
156+
entity_name!(ProxyName, Some("px"));
157157
entity_name!(DroneName, Some("dr"));
158158
entity_name!(AcmeDnsServerName, Some("ns"));
159159
entity_name!(BackendActionName, Some("ak"));

0 commit comments

Comments
 (0)