File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ jobs:
1515 strategy :
1616 matrix :
1717 deno-version :
18- - v1.41
19- - v1.43
20- - v1.45
2118 - v2.0
2219 - v2.1
2320 - v2.2
2421 - v2.3
22+ - v2.4
23+ - v2.5
2524 - canary
2625 fail-fast : false # run each branch to completion
2726
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ please feel free to file a Github Issue.
101101 * ` v0.7.2 ` on ` 2023-12-29 ` : Fix ` WebsocketTunnel ` for Deno v1.38 change
102102 * ` v0.7.3 ` on ` 2024-09-10 ` : Drop support for Deno v1.40 and earlier.
103103 * ` v0.7.3 ` on ` 2025-09-18 ` : Drop ` /x/ ` publication, now JSR-only
104+ * ` v0.7.4 ` on ` 2025-09-19 ` : Update docs, target only Deno v2.
104105
105106* ` v0.6.0 ` on ` 2023-08-08 ` :
106107 Introduce an API for opening Kubernetes tunnels, useful for ` PodExec ` and others.
You can’t perform that action at this time.
0 commit comments