Skip to content

Commit e1b703f

Browse files
committed
Move support goal to Deno v2.0+
1 parent e5c9d56 commit e1b703f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deno-ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)