Skip to content

Commit 27a7c29

Browse files
committed
changelogs for 0.4.17
1 parent 0a939a4 commit 27a7c29

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
version: ${{ steps.get_version.outputs.VERSION }}
3939
path: ./CHANGELOG.md
40+
validation_level: warn
4041

4142
- name: Push the package to NuGet
4243
run: dotnet nuget push release/Ionide.LanguageServerProtocol.${{ steps.get_version.outputs.VERSION }}.nupkg --source "$env:NUGET_SOURCE" --api-key "$env:NUGET_KEY"

CHANGELOG.md

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

7+
## [0.4.17] - 27.07.2023
8+
9+
* Update a type signature on the SignatureInformation structure
10+
11+
712
## [0.4.16] - 27.07.2023
813

914
* [Add missing features for LSP Specification 3.17](https://github.com/ionide/LanguageServerProtocol/pull/52) (thanks @tcx4c70!)

0 commit comments

Comments
 (0)