From 15931d1b774bf74f69969403ffde3a310711eb87 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Thu, 19 Sep 2024 19:43:32 -0400 Subject: [PATCH] Bump release_notes to v2 endpoint (#18108) Partially addresses https://github.com/zed-industries/zed/issues/17527 SCR-20240919-rcik Release Notes: - Enhanced the `auto update: view release notes locally` feature to display release notes for each patch version associated with the installed minor version. --- crates/auto_update/src/auto_update.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/auto_update/src/auto_update.rs b/crates/auto_update/src/auto_update.rs index cfda6d6e584b91743dfd741ba6cd0670d367f30c..1fe89cce0f9c4e95b6ae2d243b0ecd05a8ee1393 100644 --- a/crates/auto_update/src/auto_update.rs +++ b/crates/auto_update/src/auto_update.rs @@ -268,7 +268,7 @@ fn view_release_notes_locally(workspace: &mut Workspace, cx: &mut ViewContext