Skip to content

Commit 863315d

Browse files
committed
release: version 0.0.2
1 parent 138fb20 commit 863315d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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]
8+
## [0.0.2] - 02 June 2026
99

1010
### Added
1111

@@ -41,5 +41,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4141
* unit file installation
4242
* service startup visualization
4343

44-
[unreleased]: https://github.com/dviererbe/vscode-systemd/compare/v0.0.1...HEAD
44+
[0.0.2]: https://github.com/dviererbe/vscode-systemd/compare/v0.0.1...v0.0.2
4545
[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.1",
6+
"version": "0.0.2",
77
"preview": true,
88
"publisher": "dviererbe",
99
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)