Skip to content

Commit 9a725a5

Browse files
authored
release 1.16.0 (#2652)
1 parent cea2817 commit 9a725a5

File tree

5 files changed

+24
-9
lines changed

5 files changed

+24
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [1.16.0]
99

1010
### Added
1111

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.14.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.14.0/publisher-1.14.0-darwin-arm64.vsix)
15-
- For Intel MacOS: [publisher-1.14.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.14.0/publisher-1.14.0-darwin-amd64.vsix)
16-
- For Windows: [publisher-1.14.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.14.0/publisher-1.14.0-windows-amd64.vsix)
17-
- For Arm Linux: [publisher-1.14.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.14.0/publisher-1.14.0-linux-arm64.vsix)
18-
- For Intel Linux: [publisher-1.14.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.14.0/publisher-1.14.0-linux-amd64.vsix)
14+
- For Arm MacOS: [publisher-1.16.0-darwin-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-darwin-arm64.vsix)
15+
- For Intel MacOS: [publisher-1.16.0-darwin-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-darwin-amd64.vsix)
16+
- For Windows: [publisher-1.16.0-windows-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-windows-amd64.vsix)
17+
- For Arm Linux: [publisher-1.16.0-linux-arm64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-linux-arm64.vsix)
18+
- For Intel Linux: [publisher-1.16.0-linux-amd64.vsix](https://cdn.posit.co/publisher/releases/tags/v1.16.0/publisher-1.16.0-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)

docs/licenses.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8639,6 +8639,21 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
86398639
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
86408640
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
86418641

8642+
```
8643+
8644+
### github.com/golang-jwt/jwt/v5
8645+
8646+
```
8647+
Copyright (c) 2012 Dave Grijalva
8648+
Copyright (c) 2021 golang-jwt maintainers
8649+
8650+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8651+
8652+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8653+
8654+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8655+
8656+
86428657
```
86438658

86448659
### github.com/google/uuid
@@ -15190,7 +15205,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1519015205

1519115206
```
1519215207

15193-
### sass-embedded-darwin-x64/dart-sass/src
15208+
### sass-embedded-darwin-arm64/dart-sass/src
1519415209

1519515210
```
1519615211
Dart Sass license:

extensions/vscode/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-
## [Unreleased]
9+
## [1.16.0]
1010

1111
### Added
1212

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.14.0"
151+
VERSION="1.16.0"
152152
fi
153153

154154
# Variables

0 commit comments

Comments
 (0)