Skip to content

Commit 6cc21f9

Browse files
committed
docs: Update changelog for v0.37.0
1 parent c95f2a6 commit 6cc21f9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to sidecar are documented here.
44

5+
## [v0.37.0] - 2026-01-21
6+
7+
### Dependencies
8+
- Updated embedded td to v0.19.0 (performance fix)
9+
510
## [v0.36.0] - 2026-01-21
611

712
### Features

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
1414
github.com/charmbracelet/x/ansi v0.11.3
1515
github.com/fsnotify/fsnotify v1.9.0
16-
github.com/marcus/td v0.18.0
16+
github.com/marcus/td v0.19.0
1717
github.com/mattn/go-runewidth v0.0.19
1818
github.com/mattn/go-sqlite3 v1.14.32
1919
modernc.org/sqlite v1.41.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ github.com/lucasb-eyer/go-colorful v1.3.0 h1:2/yBRLdWBZKrf7gB40FoiKfAWYQ0lqNcbuQ
8383
github.com/lucasb-eyer/go-colorful v1.3.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
8484
github.com/makeworld-the-better-one/dither/v2 v2.4.0 h1:Az/dYXiTcwcRSe59Hzw4RI1rSnAZns+1msaCXetrMFE=
8585
github.com/makeworld-the-better-one/dither/v2 v2.4.0/go.mod h1:VBtN8DXO7SNtyGmLiGA7IsFeKrBkQPze1/iAeM95arc=
86-
github.com/marcus/td v0.18.0 h1:DSyd3AXnCMLFp6yAEIRlkGAmYCO5KLF5kk7PfaIirFU=
87-
github.com/marcus/td v0.18.0/go.mod h1:MhMx3ztzXMnzeF69+KiL8+VxAJW43hwB86RrSvL4WyA=
86+
github.com/marcus/td v0.19.0 h1:S/qLxjrsFFyk5MmrANNX4ODV4tgRpfgVOLzllKtz5UI=
87+
github.com/marcus/td v0.19.0/go.mod h1:MhMx3ztzXMnzeF69+KiL8+VxAJW43hwB86RrSvL4WyA=
8888
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
8989
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
9090
github.com/mattn/go-localereader v0.0.1 h1:ygSAOl7ZXTx4RdPYinUpg6W99U8jWvWi9Ye2JC/oIi4=

0 commit comments

Comments
 (0)