Skip to content

Commit 4d45a85

Browse files
authored
Merge pull request #2406 from posit-dev/sagerb-release-1.2.1
Release 1.2.1 PR
2 parents 43f6cdb + bee1ce6 commit 4d45a85

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

CHANGELOG.md

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

8+
## [1.2.1]
9+
10+
### Changed
11+
12+
- Updated extension README.md to include an outline of the features provided and links to the documentation and issue board.
13+
814
## [1.2.0]
915

1016
### Added

docs/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Install.
1111

1212
Download and install the VS Code extension.
1313

14-
- 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)
15-
- 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)
16-
- 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)
17-
- 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)
18-
- 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)
14+
- 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)
15+
- 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)
16+
- 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)
17+
- 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)
18+
- 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)
1919

2020
To learn how to install a `.vsix` file, see the [Install from a
2121
VSIX](https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix)

extensions/vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.2.1]
10+
11+
### Changed
12+
13+
- Updated extension README.md to include an outline of the features provided and links to the documentation and issue board.
14+
915
## [1.2.0]
1016

1117
### Added

install-publisher.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ esac
148148

149149
# version override, swap out latest with the latest and greatest
150150
if [[ $VERSION_TYPE == "release" && $VERSION == "latest" ]]; then
151-
VERSION="1.2.0"
151+
VERSION="1.2.1"
152152
fi
153153

154154
# Variables

0 commit comments

Comments
 (0)