From 779f86210e5bae3cd396b229382cd0b9c73331ac Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Wed, 28 Aug 2024 11:41:00 -0400 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 305e221..6b34e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [UNRELEASED] +## 1.1.0 - In Positron, the extension now uses the selected R runtime for Shiny for R apps. In VS Code, the extension also now consults the `r.rpath.mac`, `r.rpath.windows` or `r.rpath.linux` settings to find the R executable, before falling back to system settings. These settings are part of the [R Debugger extension](https://marketplace.visualstudio.com/items?itemName=RDebugger.r-debugger) ([#64](https://github.com/posit-dev/shiny-vscode/pull/64)) diff --git a/package.json b/package.json index db5afce..5bf97a6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "shiny", "displayName": "Shiny", "description": "Run and develop Shiny apps in Python or R.", - "version": "1.0.0-dev", + "version": "1.1.0", "publisher": "Posit", "icon": "logo.png", "repository": {