Skip to content

Commit a1480ce

Browse files
authored
Merge pull request #337 from rstudio/release-notes-1.14.0
Release notes for 1.14.0
2 parents 6ec75f8 + 9033f51 commit a1480ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.14.0] - 2023-01-19
8+
9+
### Changed
10+
- 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.
811

912
### Removed
1013

14+
- Python 3.5 & 3.6 support.
15+
1116
- `rsconnect-python` no longer considers the `RETICULATE_PYTHON` environment variable.
1217
In environments where `RETICULATE_PYTHON` is set outside a project context (e.g. by a Posit Workbench administrator),
1318
attempting to deploy content or write manifests in projects using virtual environments required explicitly setting `--python /path/to/virtualenv/python`.

0 commit comments

Comments
 (0)