File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ v1.3.1] ( https://github.com/k1LoW/runn/compare/v1.3.0...v1.3.1 ) - 2026-02-14
2+ ### Dependency Updates ⬆️
3+ - chore(deps): bump the dependencies group with 6 updates by @dependabot [ bot] in https://github.com/k1LoW/runn/pull/1378
4+ - chore(deps): bump the dependencies group with 4 updates by @dependabot [ bot] in https://github.com/k1LoW/runn/pull/1380
5+ - chore(deps): bump the dependencies group across 1 directory with 5 updates by @dependabot [ bot] in https://github.com/k1LoW/runn/pull/1382
6+ - chore(deps): bump the dependencies group across 1 directory with 5 updates by @dependabot [ bot] in https://github.com/k1LoW/runn/pull/1386
7+ - chore(deps): bump the dependencies group across 1 directory with 7 updates by @dependabot [ bot] in https://github.com/k1LoW/runn/pull/1395
8+ ### Other Changes
9+ - chore: bump up go directive version by @k1LoW in https://github.com/k1LoW/runn/pull/1387
10+ - fix: return nil instead of err variable in isLocalhost success path by @k1LoW in https://github.com/k1LoW/runn/pull/1388
11+ - fix: use context.WithoutCancel instead of context.Background for CDP allocator by @k1LoW in https://github.com/k1LoW/runn/pull/1389
12+ - fix: propagate scanner errors from SSH session goroutines instead of panicking by @k1LoW in https://github.com/k1LoW/runn/pull/1390
13+ - fix: remove unnecessary done channel in handleConns to prevent potential deadlock by @k1LoW in https://github.com/k1LoW/runn/pull/1391
14+ - fix: improve error handling and fix typo in error messages by @k1LoW in https://github.com/k1LoW/runn/pull/1393
15+ - chore: bump expr to v1.17.8 and fix projectRoot for git worktrees by @k1LoW in https://github.com/k1LoW/runn/pull/1394
16+ - fix: prevent CDP timeout goroutine leak using done channel and timer Stop by @k1LoW in https://github.com/k1LoW/runn/pull/1396
17+
118## [ v1.3.0] ( https://github.com/k1LoW/runn/compare/v1.2.0...v1.3.0 ) - 2026-01-18
219### New Features 🎉
320- feat: Add hash built-in function (SHA256, SHA512) by @k2tzumi in https://github.com/k1LoW/runn/pull/1376
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package version
22
33const Name string = "runn"
44
5- var Version = "1.3.0 " //nostyle:repetition
5+ var Version = "1.3.1 " //nostyle:repetition
You can’t perform that action at this time.
0 commit comments