From 5d4d4c4119e2c2e5dd128114b52b31f20a2f8d1e Mon Sep 17 00:00:00 2001 From: Victor Lin <13424970+victorlin@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:48:31 -0800 Subject: [PATCH] Add deprecation entry for augur export v1 --- DEPRECATED.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/DEPRECATED.md b/DEPRECATED.md index 47fa8b61b..b5f71bf46 100644 --- a/DEPRECATED.md +++ b/DEPRECATED.md @@ -3,3 +3,11 @@ These features are deprecated, which means they are no longer maintained and will go away in a future major version of Augur. They are currently still available for backwards compatibility, but should not be used in new code. + +## `augur export v1` + +*Deprecated in version 22.2.0 (July 2023). Planned for [removal](https://github.com/nextstrain/augur/issues/1266) +January 2024 or after.* + +`augur export v2` was introduced in Augur version 6.0.0. Migrate by following +the [official guide](https://docs.nextstrain.org/projects/augur/en/stable/releases/migrating-v5-v6.html).