Skip to content

Commit 9489bb4

Browse files
authored
Merge pull request #13 from shelltime/release-please--branches--main
chore(main): release 0.0.4
2 parents 4cd3920 + 630909d commit 9489bb4

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.3"
2+
".": "0.0.4"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.0.4](https://github.com/shelltime/coding-extension-vim/compare/v0.0.3...v0.0.4) (2026-01-08)
4+
5+
6+
### Features
7+
8+
* **version:** add CLI version check on extension startup ([4cd3920](https://github.com/shelltime/coding-extension-vim/commit/4cd3920e7ff021424a6258fcdf06097da6ccc220))
9+
* **version:** add CLI version check on extension startup ([74db5fb](https://github.com/shelltime/coding-extension-vim/commit/74db5fb1277c78c4c8184c60a94c2e0ba1f04591))
10+
11+
12+
### Code Refactoring
13+
14+
* **version:** use vim.json.decode for JSON parsing ([ed461c7](https://github.com/shelltime/coding-extension-vim/commit/ed461c794b2baaeebd14e4c189b1e2dac7aff338))
15+
16+
17+
### Tests
18+
19+
* **version:** add comprehensive tests for version checker module ([fc67b4a](https://github.com/shelltime/coding-extension-vim/commit/fc67b4ac1b84bf788a6c3113b3788c48e20caf9e))
20+
321
## [0.0.3](https://github.com/shelltime/coding-extension-vim/compare/v0.0.2...v0.0.3) (2026-01-03)
422

523

lua/shelltime/heartbeat.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local lang = require('shelltime.utils.language')
88
local M = {}
99

1010
-- Plugin version
11-
local PLUGIN_VERSION = '0.0.3' -- x-release-please-version
11+
local PLUGIN_VERSION = '0.0.4' -- x-release-please-version
1212

1313
-- Pending heartbeats queue
1414
local pending_heartbeats = {}

0 commit comments

Comments
 (0)