From bee1ce6e11b3878b67fc925c4e13229ec78f65d6 Mon Sep 17 00:00:00 2001 From: Bill Sager Date: Fri, 18 Oct 2024 15:02:12 -0700 Subject: [PATCH] release 1.2.1 --- CHANGELOG.md | 6 ++++++ docs/installation.md | 10 +++++----- extensions/vscode/CHANGELOG.md | 6 ++++++ install-publisher.bash | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d77d70d95..5498d40af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.2.1] + +### Changed + +- Updated extension README.md to include an outline of the features provided and links to the documentation and issue board. + ## [1.2.0] ### Added diff --git a/docs/installation.md b/docs/installation.md index 2b729acd2..52ff1a044 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -11,11 +11,11 @@ Install. Download and install the VS Code extension. -- For Arm MacOS: [publisher-1.2.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.0/publisher-1.2.0-darwin-arm64.vsix) -- For Intel MacOS: [publisher-1.2.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.0/publisher-1.2.0-darwin-amd64.vsix) -- For Windows: [publisher-1.2.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.0/publisher-1.2.0-windows-amd64.vsix) -- For Arm Linux: [publisher-1.2.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.0/publisher-1.2.0-linux-arm64.vsix) -- For Intel Linux: [publisher-1.2.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.0/publisher-1.2.0-linux-amd64.vsix) +- For Arm MacOS: [publisher-1.2.1-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.1/publisher-1.2.1-darwin-arm64.vsix) +- For Intel MacOS: [publisher-1.2.1-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.1/publisher-1.2.1-darwin-amd64.vsix) +- For Windows: [publisher-1.2.1-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.1/publisher-1.2.1-windows-amd64.vsix) +- For Arm Linux: [publisher-1.2.1-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.1/publisher-1.2.1-linux-arm64.vsix) +- For Intel Linux: [publisher-1.2.1-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.2.1/publisher-1.2.1-linux-amd64.vsix) To learn how to install a `.vsix` file, see the [Install from a VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix) diff --git a/extensions/vscode/CHANGELOG.md b/extensions/vscode/CHANGELOG.md index 4f1f0b5eb..18fad7991 100644 --- a/extensions/vscode/CHANGELOG.md +++ b/extensions/vscode/CHANGELOG.md @@ -6,6 +6,12 @@ file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1] + +### Changed + +- Updated extension README.md to include an outline of the features provided and links to the documentation and issue board. + ## [1.2.0] ### Added diff --git a/install-publisher.bash b/install-publisher.bash index 15115c4aa..1e8895c7a 100755 --- a/install-publisher.bash +++ b/install-publisher.bash @@ -148,7 +148,7 @@ esac # version override, swap out latest with the latest and greatest if [[ $VERSION_TYPE == "release" && $VERSION == "latest" ]]; then - VERSION="1.2.0" + VERSION="1.2.1" fi # Variables