Skip to content

Commit 4c47cbc

Browse files
committed
Bump version to 0.2.0 and update changelog
1 parent 3061291 commit 4c47cbc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to the Serilog Syntax Highlighting extension will be documen
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+
## [0.2.0] - 2025-09-21
9+
10+
### Added
11+
- Brace matching provider for Serilog templates with multi-line support
12+
- Visual highlighting for matching braces in message templates and expressions
13+
14+
### Fixed
15+
- Property-argument highlighting now works when LogError has Exception as first parameter
16+
- Multi-line Serilog call detection now correctly excludes string literals from parenthesis counting
17+
818
## [0.1.0] - 2025-09-20
919

1020
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "serilog-syntax-vscode",
33
"displayName": "Serilog Syntax",
44
"description": "Syntax highlighting for Serilog message templates and Serilog.Expressions",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"publisher": "mtlog",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)