Skip to content

Commit 75f83a5

Browse files
antonsyndclaude
andcommitted
chore: bump version to 0.19.0
One feat commit since v0.18.0 (78be6c8, sum over every integer width) → minor bump. 50 commits since the tag: 21 fix, 14 test, 8 docs, 2 style, 2 refactor, 2 chore, 1 feat; no breaking changes. No extension-facing changes — the CHANGELOG entry says so. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G7JYB3Yguom773bhAACicS
1 parent 3709bfd commit 75f83a5

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
44

55
<!-- Sharpy toolchain version (single version for Compiler + Core + CLI + LSP) -->
6-
<SharpyVersion>0.18.0</SharpyVersion>
6+
<SharpyVersion>0.19.0</SharpyVersion>
77
<Version>$(SharpyVersion)</Version>
88
<AssemblyVersion>$(SharpyVersion).0</AssemblyVersion>
99
<FileVersion>$(SharpyVersion).0</FileVersion>

editors/vscode/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ with `SharpyVersion`), so several releases below contain no extension-facing cha
77

88
## [Unreleased]
99

10+
## [0.19.0] - 2026-09-05
11+
12+
No extension-facing changes; version bumped with the toolchain.
13+
1014
## [0.18.0] - 2026-09-04
1115

1216
### Changed

editors/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sharpy-lang",
33
"displayName": "Sharpy",
44
"description": "Sharpy language support — diagnostics, hover, go-to-definition, and syntax highlighting",
5-
"version": "0.18.0",
5+
"version": "0.19.0",
66
"publisher": "antonsynd",
77
"license": "MIT OR Apache-2.0",
88
"engines": {

0 commit comments

Comments
 (0)