From 4ab4f3f0c4a7810e5ea706afce26939a18d094ca Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Wed, 28 Jul 2021 09:20:51 -0500 Subject: [PATCH] Set version to 3.32.0 --- Project.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f5eca4884..9d412e1f6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Compat" uuid = "34da2185-b29b-5c13-b0c7-acf172513d20" -version = "3.31.1" +version = "3.32.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" diff --git a/README.md b/README.md index 5302aecc1..979a866db 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ changes in `julia`. ## Supported features -* Implicit keywords arguments or named tuples is supported using the `@compat` macro, e.g. `@compat f(; x, f.p)` and `@compat (; x, f.p)` is equivalent to `f(; x=x, p=f.p)` and `(; x=x, f.p)` respectively. ([#34331]) +* Implicit keywords arguments or named tuples is supported using the `@compat` macro, e.g. `@compat f(; x, f.p)` and `@compat (; x, f.p)` is equivalent to `f(; x=x, p=f.p)` and `(; x=x, f.p)` respectively. ([#34331]) (since Compat 3.32.0) * Two argument methods `findmax(f, domain)`, `argmax(f, domain)` and the corresponding `min` versions ([#35316], [#41076]) (since Compat 3.31.1)