File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
14
## [ 1.2.0]
9
15
10
16
### Added
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ Install.
11
11
12
12
Download and install the VS Code extension.
13
13
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 )
19
19
20
20
To learn how to install a ` .vsix ` file, see the [ Install from a
21
21
VSIX] ( https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix )
Original file line number Diff line number Diff line change 6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
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
+
9
15
## [ 1.2.0]
10
16
11
17
### Added
Original file line number Diff line number Diff line change 148
148
149
149
# version override, swap out latest with the latest and greatest
150
150
if [[ $VERSION_TYPE == " release" && $VERSION == " latest" ]]; then
151
- VERSION=" 1.2.0 "
151
+ VERSION=" 1.2.1 "
152
152
fi
153
153
154
154
# Variables
You can’t perform that action at this time.
0 commit comments