Skip to content

Commit b0c095a

Browse files
committed
build: increment version & add devel chlog entry
1 parent e006cba commit b0c095a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

8+
## [Unreleased]
9+
810
## [0.0.3] - 02 June 2026
911

1012
### Fixed
@@ -47,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4749
* unit file installation
4850
* service startup visualization
4951

52+
[unreleased]: https://github.com/dviererbe/vscode-systemd/compare/v0.0.3...HEAD
5053
[0.0.3]: https://github.com/dviererbe/vscode-systemd/compare/v0.0.2...v0.0.3
5154
[0.0.2]: https://github.com/dviererbe/vscode-systemd/compare/v0.0.1...v0.0.2
5255
[0.0.1]: https://github.com/dviererbe/vscode-systemd/releases/tag/v0.0.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "systemd",
44
"description": "Makes it easy to create, manage, and inspect systemd units.",
55
"icon": "resources/extension-icon.png",
6-
"version": "0.0.3",
6+
"version": "0.0.4",
77
"preview": true,
88
"publisher": "dviererbe",
99
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)