From 82c938f1473fbf0606b31728d1d4f8cff5b84582 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Thu, 19 Sep 2024 04:08:34 +1000 Subject: [PATCH] docs: add note about 1.0 to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3936fde..b6c17da 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ +## 1.0 Release + +Kong has been stable for a long time, so it seemed appropriate to cut a 1.0 release. + +There is one breaking change, #436, which should effect relatively few users. + ## Introduction Kong aims to support arbitrarily complex command-line structures with as little developer effort as possible. @@ -554,7 +560,7 @@ Tags can be in two forms: Both can coexist with standard Tag parsing. | Tag | Description | -|----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `cmd:""` | If present, struct is a command. | | `arg:""` | If present, field is an argument. Required by default. | | `env:"X,Y,..."` | Specify envars to use for default value. The envs are resolved in the declared order. The first value found is used. |