From c56959d998c0ccf2ea8e924801dfae3b5194be75 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 18 Jan 2023 13:29:59 -0500 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a821c14..dcb4f631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +- Python 3.5 & 3.6 support. + - `rsconnect-python` no longer considers the `RETICULATE_PYTHON` environment variable. In environments where `RETICULATE_PYTHON` is set outside a project context (e.g. by a Posit Workbench administrator), attempting to deploy content or write manifests in projects using virtual environments required explicitly setting `--python /path/to/virtualenv/python`. From 316805de4be29a292e71154dc5745f991aaae1e6 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Wed, 18 Jan 2023 16:26:29 -0500 Subject: [PATCH 2/3] Update changlog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb4f631..27d2255b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- Redeployment is now enabled against unknown app modes. + ### Removed - Python 3.5 & 3.6 support. From 9033f512e6de8901b04c6921fdd46ef50e4e0eb3 Mon Sep 17 00:00:00 2001 From: Bincheng Wu Date: Thu, 19 Jan 2023 10:40:38 -0500 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d2255b..2cc50ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.14.0] - 2023-01-19 ### Changed -- Redeployment is now enabled against unknown app modes. +- You can now redeploy to a content with an "unknown" app mode. A content item's app mode is "unknown" if it was created, but never deployed to, or its deployment failed before an app mode could be determined. ### Removed