7
0
forked from pool/rusty_v8
2024-03-28 21:58:27 +00:00
committed by Git OBS Bridge
parent c7bcbefda1
commit 2edac579e1
6 changed files with 35 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/denoland/rusty_v8</param>
<param name="scm">git</param>
<param name="revision">v0.84.0</param>
<param name="version">0.84.0</param>
<param name="revision">v0.89.0</param>
<param name="version">0.89.0</param>
<param name="exclude">.git</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>

BIN
rusty_v8-0.84.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
rusty_v8-0.89.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Mar 28 21:47:07 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.89.0:
* chore: bump rust-toolchain (#1408)
* feat: Add string access methods to OneByteConst (#1409)
* Fixed a typo in the parameter capture in
`v8__Isolate__SetCaptureStackTraceForUncaughtExceptions` (#1410)
* feat: expose CachedData::rejected (#1413)
* chore: revert V8 upgrade from 12.3 to 12.2. (#1414)
* Reland "Track V8 12.3 (#1401)" (#1417)
* V8 12.3.219.9 (#1419)
* Add Isolate::add_message_listener_with_error_level (#1424)
* feat: pass source as mut ref to script_compiler::compile (#1420)
* feat: Add IndexedPropertyHandlerConfiguration::*_raw methods (#1426)
* fix: update README with release instructions (#1431)
* Add v8::MicrotaskQueue bindings (#1423)
* feat: Add "v8::Object::get_real_named_property_*" methods (#1428)
* feat: aarch64 for macos (#1429)
* feat: use .cargo/.rusty_v8/<file> for caching downloads
manually (#1433)
* feat: .gz compress release artifacts (#1434)
* chore: update README with cache info (#1435)
* chore: Release v0.88.0 (#1436)
* fix: mispelling in C binding (#1439)
* feat: Add v8::MicrotaskQueue::new() (#1440)
-------------------------------------------------------------------
Thu Feb 22 20:54:13 UTC 2024 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -17,7 +17,7 @@
Name: rusty_v8
Version: 0.84.0
Version: 0.89.0
Release: 0
Summary: Build tooling for Deno (do not install or use!)
License: MIT

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.