Skip to content

Commit

Permalink
Merge pull request #2406 from posit-dev/sagerb-release-1.2.1
Browse files Browse the repository at this point in the history
Release 1.2.1 PR
  • Loading branch information
sagerb authored Oct 18, 2024
2 parents 43f6cdb + bee1ce6 commit 4d45a85
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion install-publisher.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d45a85

Please sign in to comment.