Skip to content

Commit 9a8a8e6

Browse files
authored
Merge pull request #1379 from k1LoW/tagpr-from-v1.3.0
Release for v1.3.1
2 parents 3869c27 + 2abecd9 commit 9a8a8e6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
const Name string = "runn"
44

5-
var Version = "1.3.0" //nostyle:repetition
5+
var Version = "1.3.1" //nostyle:repetition

0 commit comments

Comments
 (0)