Skip to content

Commit

Permalink
Merge pull request #1900 from posit-dev/mm-1.1.3-changelog
Browse files Browse the repository at this point in the history
Update changelog for v1.1.3
  • Loading branch information
mmarchetti authored Jun 28, 2024
2 parents 6f701f5 + ed8ef41 commit 8d149cd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.1.3]

### Added

- Added links to marketplaces in extension README (#1899)

### Changed

- Split extension publishing CI in to two separate jobs to facilitate reruns (#1898)

## [1.1.2]

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ VSCode.

Download and install the VSCode extension.

- For Arm MacOS: [publisher-1.1.2-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.1.2-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-darwin-amd64.vsix)
- For Windows: [publisher-1.1.2-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-windows-amd64.vsix)
- For Arm Linux: [publisher-1.1.2-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-linux-arm64.vsix)
- For Intel Linux: [publisher-1.1.2-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.2/publisher-1.1.2-linux-amd64.vsix)
- For Arm MacOS: [publisher-1.1.3-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-darwin-arm64.vsix)
- For Intel MacOS: [publisher-1.1.3-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-darwin-amd64.vsix)
- For Windows: [publisher-1.1.3-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-windows-amd64.vsix)
- For Arm Linux: [publisher-1.1.3-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-linux-arm64.vsix)
- For Intel Linux: [publisher-1.1.3-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.1.3/publisher-1.1.3-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
2 changes: 1 addition & 1 deletion extensions/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ 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.1.2]
## [1.1.3]

- Initial beta release

0 comments on commit 8d149cd

Please sign in to comment.