summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordenobot <33910674+denobot@users.noreply.github.com>2023-01-05 07:48:19 -0800
committerGitHub <noreply@github.com>2023-01-05 16:48:19 +0100
commitfa271b70db0841d727c8311d974b8d6d1ed91219 (patch)
treeb4faa2fc42c1e908bec4c112e855e6785dee1483
parent0ee64ad84726f7c91842c6a2dab0cb6a96dead4b (diff)
chore: forward v1.29.2 release commit to main (#17277)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
-rw-r--r--Cargo.lock50
-rw-r--r--Cargo.toml48
-rw-r--r--Releases.md57
-rw-r--r--bench_util/Cargo.toml2
-rw-r--r--cli/Cargo.toml2
-rw-r--r--cli/deno_std.rs2
-rw-r--r--cli/napi/sym/Cargo.toml2
-rw-r--r--core/Cargo.toml2
-rw-r--r--ext/broadcast_channel/Cargo.toml2
-rw-r--r--ext/cache/Cargo.toml2
-rw-r--r--ext/console/Cargo.toml2
-rw-r--r--ext/crypto/Cargo.toml2
-rw-r--r--ext/fetch/Cargo.toml2
-rw-r--r--ext/ffi/Cargo.toml2
-rw-r--r--ext/flash/Cargo.toml2
-rw-r--r--ext/http/Cargo.toml2
-rw-r--r--ext/napi/Cargo.toml2
-rw-r--r--ext/net/Cargo.toml2
-rw-r--r--ext/node/Cargo.toml2
-rw-r--r--ext/tls/Cargo.toml2
-rw-r--r--ext/url/Cargo.toml2
-rw-r--r--ext/web/Cargo.toml2
-rw-r--r--ext/webgpu/Cargo.toml2
-rw-r--r--ext/webidl/Cargo.toml2
-rw-r--r--ext/websocket/Cargo.toml2
-rw-r--r--ext/webstorage/Cargo.toml2
-rw-r--r--ops/Cargo.toml2
-rw-r--r--runtime/Cargo.toml2
-rw-r--r--serde_v8/Cargo.toml2
29 files changed, 132 insertions, 75 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4a97c9ef2..19da2ec91 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -755,7 +755,7 @@ checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
[[package]]
name = "deno"
-version = "1.29.1"
+version = "1.29.2"
dependencies = [
"atty",
"base32",
@@ -871,7 +871,7 @@ dependencies = [
[[package]]
name = "deno_bench_util"
-version = "0.76.0"
+version = "0.77.0"
dependencies = [
"bencher",
"deno_core",
@@ -881,7 +881,7 @@ dependencies = [
[[package]]
name = "deno_broadcast_channel"
-version = "0.76.0"
+version = "0.77.0"
dependencies = [
"async-trait",
"deno_core",
@@ -891,7 +891,7 @@ dependencies = [
[[package]]
name = "deno_cache"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"async-trait",
"deno_core",
@@ -903,14 +903,14 @@ dependencies = [
[[package]]
name = "deno_console"
-version = "0.82.0"
+version = "0.83.0"
dependencies = [
"deno_core",
]
[[package]]
name = "deno_core"
-version = "0.164.0"
+version = "0.165.0"
dependencies = [
"anyhow",
"bytes",
@@ -935,7 +935,7 @@ dependencies = [
[[package]]
name = "deno_crypto"
-version = "0.96.0"
+version = "0.97.0"
dependencies = [
"aes",
"aes-gcm",
@@ -1002,7 +1002,7 @@ dependencies = [
[[package]]
name = "deno_fetch"
-version = "0.106.0"
+version = "0.107.0"
dependencies = [
"bytes",
"data-url",
@@ -1019,7 +1019,7 @@ dependencies = [
[[package]]
name = "deno_ffi"
-version = "0.69.0"
+version = "0.70.0"
dependencies = [
"deno_core",
"dlopen",
@@ -1032,7 +1032,7 @@ dependencies = [
[[package]]
name = "deno_flash"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1070,7 +1070,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.77.0"
+version = "0.78.0"
dependencies = [
"async-compression",
"base64",
@@ -1112,7 +1112,7 @@ dependencies = [
[[package]]
name = "deno_napi"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"deno_core",
"libloading",
@@ -1120,7 +1120,7 @@ dependencies = [
[[package]]
name = "deno_net"
-version = "0.74.0"
+version = "0.75.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1134,7 +1134,7 @@ dependencies = [
[[package]]
name = "deno_node"
-version = "0.19.0"
+version = "0.20.0"
dependencies = [
"deno_core",
"once_cell",
@@ -1145,7 +1145,7 @@ dependencies = [
[[package]]
name = "deno_ops"
-version = "0.42.0"
+version = "0.43.0"
dependencies = [
"once_cell",
"pmutil",
@@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "deno_runtime"
-version = "0.90.0"
+version = "0.91.0"
dependencies = [
"atty",
"deno_broadcast_channel",
@@ -1227,7 +1227,7 @@ dependencies = [
[[package]]
name = "deno_tls"
-version = "0.69.0"
+version = "0.70.0"
dependencies = [
"deno_core",
"once_cell",
@@ -1241,7 +1241,7 @@ dependencies = [
[[package]]
name = "deno_url"
-version = "0.82.0"
+version = "0.83.0"
dependencies = [
"deno_bench_util",
"deno_core",
@@ -1253,7 +1253,7 @@ dependencies = [
[[package]]
name = "deno_web"
-version = "0.113.0"
+version = "0.114.0"
dependencies = [
"async-trait",
"base64-simd",
@@ -1270,7 +1270,7 @@ dependencies = [
[[package]]
name = "deno_webgpu"
-version = "0.83.0"
+version = "0.84.0"
dependencies = [
"deno_core",
"serde",
@@ -1281,14 +1281,14 @@ dependencies = [
[[package]]
name = "deno_webidl"
-version = "0.82.0"
+version = "0.83.0"
dependencies = [
"deno_core",
]
[[package]]
name = "deno_websocket"
-version = "0.87.0"
+version = "0.88.0"
dependencies = [
"deno_core",
"deno_tls",
@@ -1302,7 +1302,7 @@ dependencies = [
[[package]]
name = "deno_webstorage"
-version = "0.77.0"
+version = "0.78.0"
dependencies = [
"deno_core",
"deno_web",
@@ -2803,7 +2803,7 @@ dependencies = [
[[package]]
name = "napi_sym"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
@@ -3936,7 +3936,7 @@ dependencies = [
[[package]]
name = "serde_v8"
-version = "0.75.0"
+version = "0.76.0"
dependencies = [
"bencher",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index b3e3a59be..ba94fe8f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,33 +43,33 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.60.0", default-features = false }
deno_ast = { version = "0.23.2", features = ["transpiling"] }
-deno_core = { version = "0.164.0", path = "./core" }
-deno_ops = { version = "0.42.0", path = "./ops" }
-serde_v8 = { version = "0.75.0", path = "./serde_v8" }
-deno_runtime = { version = "0.90.0", path = "./runtime" }
-napi_sym = { version = "0.12.0", path = "./cli/napi/sym" }
-deno_bench_util = { version = "0.76.0", path = "./bench_util" }
+deno_core = { version = "0.165.0", path = "./core" }
+deno_ops = { version = "0.43.0", path = "./ops" }
+serde_v8 = { version = "0.76.0", path = "./serde_v8" }
+deno_runtime = { version = "0.91.0", path = "./runtime" }
+napi_sym = { version = "0.13.0", path = "./cli/napi/sym" }
+deno_bench_util = { version = "0.77.0", path = "./bench_util" }
test_util = { path = "./test_util" }
# exts
-deno_broadcast_channel = { version = "0.76.0", path = "./ext/broadcast_channel" }
-deno_cache = { version = "0.14.0", path = "./ext/cache" }
-deno_console = { version = "0.82.0", path = "./ext/console" }
-deno_crypto = { version = "0.96.0", path = "./ext/crypto" }
-deno_fetch = { version = "0.106.0", path = "./ext/fetch" }
-deno_ffi = { version = "0.69.0", path = "./ext/ffi" }
-deno_flash = { version = "0.18.0", path = "./ext/flash" }
-deno_http = { version = "0.77.0", path = "./ext/http" }
-deno_net = { version = "0.74.0", path = "./ext/net" }
-deno_node = { version = "0.19.0", path = "./ext/node" }
-deno_tls = { version = "0.69.0", path = "./ext/tls" }
-deno_url = { version = "0.82.0", path = "./ext/url" }
-deno_web = { version = "0.113.0", path = "./ext/web" }
-deno_webgpu = { version = "0.83.0", path = "./ext/webgpu" }
-deno_webidl = { version = "0.82.0", path = "./ext/webidl" }
-deno_websocket = { version = "0.87.0", path = "./ext/websocket" }
-deno_webstorage = { version = "0.77.0", path = "./ext/webstorage" }
-deno_napi = { version = "0.12.0", path = "./ext/napi" }
+deno_broadcast_channel = { version = "0.77.0", path = "./ext/broadcast_channel" }
+deno_cache = { version = "0.15.0", path = "./ext/cache" }
+deno_console = { version = "0.83.0", path = "./ext/console" }
+deno_crypto = { version = "0.97.0", path = "./ext/crypto" }
+deno_fetch = { version = "0.107.0", path = "./ext/fetch" }
+deno_ffi = { version = "0.70.0", path = "./ext/ffi" }
+deno_flash = { version = "0.19.0", path = "./ext/flash" }
+deno_http = { version = "0.78.0", path = "./ext/http" }
+deno_net = { version = "0.75.0", path = "./ext/net" }
+deno_node = { version = "0.20.0", path = "./ext/node" }
+deno_tls = { version = "0.70.0", path = "./ext/tls" }
+deno_url = { version = "0.83.0", path = "./ext/url" }
+deno_web = { version = "0.114.0", path = "./ext/web" }
+deno_webgpu = { version = "0.84.0", path = "./ext/webgpu" }
+deno_webidl = { version = "0.83.0", path = "./ext/webidl" }
+deno_websocket = { version = "0.88.0", path = "./ext/websocket" }
+deno_webstorage = { version = "0.78.0", path = "./ext/webstorage" }
+deno_napi = { version = "0.13.0", path = "./ext/napi" }
anyhow = "1.0.57"
async-trait = "0.1.51"
diff --git a/Releases.md b/Releases.md
index 71c74004a..8e261e8f7 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,63 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.29.2 / 2023.01.05
+
+- feat(unstable): Add "Deno.osUptime()" API (#17179)
+- feat(unstable): Add Deno.Conn.ref()/unref() (#17170)
+- fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)
+- fix(cli): bundle command support shebang file (#17113)
+- fix(cli): do not clear screen for non-TTY environments in watch mode (#17129)
+- fix(core): Do not print errors prop for non-AggregateError errors (#17123)
+- fix(core): Have custom errors be created in the right realm (#17050)
+- fix(core): run macrotasks and next ticks after polling dynamic imports
+ (#17173)
+- fix(declaration): change `Deno.open` example to not use `Deno.close(rid)`
+ (#17218)
+- fix(ext): Add checks for owning properties in for-in loops (#17139)
+- fix(ext/fetch): Guard against invalid URL before its used by reqwest (#17164)
+- fix(ext/fetch): handle errors in req body stream (#17081)
+- fix(ext/http): close stream on resp body error (#17126)
+- fix(ext/net): Remove unstable check from op_node_unstable_net_listen_udp
+ (#17207)
+- fix(init): update comment style (#17074)
+- fix(install): use a hidden file for the lockfile and config (#17084)
+- fix(lint): column number for pretty reporting was off by 1 (#17107)
+- fix(lsp): handle template literal as first arg in test function (#17076)
+- fix(lsp): treat empty string config value as None (#17227)
+- fix(lsp): "Add all missing imports" uses correct specifiers (#17216)
+- fix(lsp): completions for private variables (#17220)
+- fix(lsp): don't error if completionItem/resolve request fails (#17250)
+- fix(lsp): less agressive completion triggers (#17225)
+- fix(lsp/format): language formatter used should be based on language id
+ (#17148)
+- fix(lsp/testing): fallback name for non-analyzable tests in collector (#17120)
+- fix(lsp/testing): support not needing to declare first arg function in test
+ declaration (#17097)
+- fix(node): Add op_node_unstable_os_uptime to allow for node interop (#17208)
+- fix(npm): conditional exports with --node-modules-dir (#17111)
+- fix(npm): fix require resolution if using --node-modules-dir (#17087)
+- fix(npm): improve exports resolution when type checking (#17071)
+- fix(npm): resolve npm specifiers when root redirected (#17144)
+- fix(permissions): add information about import() API request (#17149)
+- fix(permissions): fix italic font in permission prompt (#17249)
+- fix(permissions): process `URL` in `Deno.FfiPermissionDescriptor.path` for
+ `revoke()` and `request()` (#17094)
+- fix(regression): ensure progress information is shown when downloading remote
+ modules (#17069)
+- fix(repl): doing two history searches exiting with ctrl+c should not exit repl
+ (#17079)
+- fix(repl): errors shouldn't terminate repl (#17082)
+- fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)
+- fix(runtime): expose `extensions_with_js` from WorkerOptions (#17109)
+- fix: add missing verb in description (#17163)
+- fix: display URL in invalid URL error (#17128)
+- fix: hide progress bars when showing permission prompt (#17130)
+- fix: ignore local lockfile for deno install and uninstall (#17145)
+- fix: rejected dynamic import should retain error context (#17160)
+- fix: upgrade deno_ast to 0.23 (#17269)
+- perf(lsp): concurrent reads and exclusive writes (#17135)
+
### 1.29.1 / 2022.12.15
- Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml
index 5b7e2d34a..0fe620336 100644
--- a/bench_util/Cargo.toml
+++ b/bench_util/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_bench_util"
-version = "0.76.0"
+version = "0.77.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 3724efe46..001cc8e14 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.29.1"
+version = "1.29.2"
authors.workspace = true
default-run = "deno"
edition.workspace = true
diff --git a/cli/deno_std.rs b/cli/deno_std.rs
index 017d82168..b069f55ab 100644
--- a/cli/deno_std.rs
+++ b/cli/deno_std.rs
@@ -5,7 +5,7 @@ use once_cell::sync::Lazy;
// WARNING: Ensure this is the only deno_std version reference as this
// is automatically updated by the version bump workflow.
-static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.170.0/";
+static CURRENT_STD_URL_STR: &str = "https://deno.land/std@0.171.0/";
pub static CURRENT_STD_URL: Lazy<Url> =
Lazy::new(|| Url::parse(CURRENT_STD_URL_STR).unwrap());
diff --git a/cli/napi/sym/Cargo.toml b/cli/napi/sym/Cargo.toml
index 448c1f00d..b232ea61e 100644
--- a/cli/napi/sym/Cargo.toml
+++ b/cli/napi/sym/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "napi_sym"
-version = "0.12.0"
+version = "0.13.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/core/Cargo.toml b/core/Cargo.toml
index c74537549..4d35c3407 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_core"
-version = "0.164.0"
+version = "0.165.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml
index 20b0b0296..8fe0ee051 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.76.0"
+version = "0.77.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index 64d66f8bb..e4fc26580 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_cache"
-version = "0.14.0"
+version = "0.15.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index 30a891f86..99df2886f 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.82.0"
+version = "0.83.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 622a32a09..56b0e1cfb 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.96.0"
+version = "0.97.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 75301f8cb..60de2a993 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.106.0"
+version = "0.107.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index 78fe9e406..840e2620a 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ffi"
-version = "0.69.0"
+version = "0.70.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/flash/Cargo.toml b/ext/flash/Cargo.toml
index e931134ac..db4ef535a 100644
--- a/ext/flash/Cargo.toml
+++ b/ext/flash/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_flash"
-version = "0.18.0"
+version = "0.19.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml
index d163abb62..7dcc3bbf4 100644
--- a/ext/http/Cargo.toml
+++ b/ext/http/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_http"
-version = "0.77.0"
+version = "0.78.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/napi/Cargo.toml b/ext/napi/Cargo.toml
index cf64c45a7..1de8fea4c 100644
--- a/ext/napi/Cargo.toml
+++ b/ext/napi/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_napi"
-version = "0.12.0"
+version = "0.13.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/net/Cargo.toml b/ext/net/Cargo.toml
index d5a973609..efe570075 100644
--- a/ext/net/Cargo.toml
+++ b/ext/net/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_net"
-version = "0.74.0"
+version = "0.75.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml
index 583522f45..9908b7508 100644
--- a/ext/node/Cargo.toml
+++ b/ext/node/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_node"
-version = "0.19.0"
+version = "0.20.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml
index 7143e7fe8..77970787e 100644
--- a/ext/tls/Cargo.toml
+++ b/ext/tls/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_tls"
-version = "0.69.0"
+version = "0.70.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/url/Cargo.toml b/ext/url/Cargo.toml
index 63a13bb36..7404699f8 100644
--- a/ext/url/Cargo.toml
+++ b/ext/url/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_url"
-version = "0.82.0"
+version = "0.83.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 21e083148..bf30684ba 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.113.0"
+version = "0.114.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml
index 65c559a5a..7d209abd6 100644
--- a/ext/webgpu/Cargo.toml
+++ b/ext/webgpu/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webgpu"
-version = "0.83.0"
+version = "0.84.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webidl/Cargo.toml b/ext/webidl/Cargo.toml
index a8ac6d7d6..d58af7b79 100644
--- a/ext/webidl/Cargo.toml
+++ b/ext/webidl/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webidl"
-version = "0.82.0"
+version = "0.83.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml
index 860316706..e267051f2 100644
--- a/ext/websocket/Cargo.toml
+++ b/ext/websocket/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_websocket"
-version = "0.87.0"
+version = "0.88.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ext/webstorage/Cargo.toml b/ext/webstorage/Cargo.toml
index 449f1ed5d..cd93e5d2c 100644
--- a/ext/webstorage/Cargo.toml
+++ b/ext/webstorage/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_webstorage"
-version = "0.77.0"
+version = "0.78.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/ops/Cargo.toml b/ops/Cargo.toml
index 711d54e1e..4b1afa7d9 100644
--- a/ops/Cargo.toml
+++ b/ops/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_ops"
-version = "0.42.0"
+version = "0.43.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml
index 044313866..36bf9951a 100644
--- a/runtime/Cargo.toml
+++ b/runtime/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_runtime"
-version = "0.90.0"
+version = "0.91.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
diff --git a/serde_v8/Cargo.toml b/serde_v8/Cargo.toml
index b554c26d3..b62e4ca66 100644
--- a/serde_v8/Cargo.toml
+++ b/serde_v8/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "serde_v8"
-version = "0.75.0"
+version = "0.76.0"
authors.workspace = true
edition.workspace = true
license.workspace = true