Skip to content

Commit e21edbe

Browse files
committed
chore: bump version to 0.1.5
1 parent 99a4650 commit e21edbe

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
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.1.5] - 2026-02-03
9+
10+
### Fixed
11+
12+
- Use PAT for release creation to trigger publish workflow
13+
814
## [0.1.4] - 2026-02-03
915

1016
### Fixed
@@ -49,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4955
- File type-specific icons for steps in the sidebar (markdown, json, python, ruby, images, PDFs, archives, notebooks)
5056
- Setting `virgil.view.showHierarchicalNavigation` to control visibility of parent/sibling navigation buttons in the step panel (default: `false`)
5157

52-
[Unreleased]: https://github.com/ealt/virgil/compare/v0.1.4...HEAD
58+
[Unreleased]: https://github.com/ealt/virgil/compare/v0.1.5...HEAD
59+
[0.1.5]: https://github.com/ealt/virgil/releases/tag/v0.1.5
5360
[0.1.4]: https://github.com/ealt/virgil/releases/tag/v0.1.4
5461
[0.1.3]: https://github.com/ealt/virgil/releases/tag/v0.1.3
5562
[0.1.2]: https://github.com/ealt/virgil/releases/tag/v0.1.2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "virgil-walkthroughs",
33
"displayName": "Virgil: Walkthroughs",
44
"description": "Interactive guided walkthroughs for code review and codebase exploration",
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"publisher": "ealt",
77
"engines": {
88
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)