Skip to content

Commit

Permalink
edr-0.8.0 (#768)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 30, 2025
1 parent af26624 commit 403bd35
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-roses-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-crews-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-singers-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-boxes-shout.md

This file was deleted.

12 changes: 12 additions & 0 deletions crates/edr_napi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @nomicfoundation/edr

## 0.8.0

### Minor Changes

- af26624: Improved provider initialization performance by passing build info as buffer which avoids FFI copy overhead

### Patch Changes

- 4ffb4f6: fix: ignore unknown opcodes in source maps
- 5c8c3dd: Fixed crash when loading EDR on Windows without a C Runtime library installed
- 2b9b805: Improved stack trace generation performance by eliminating one-way branching in the bytecode trie

## 0.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion crates/edr_napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nomicfoundation/edr",
"version": "0.7.0",
"version": "0.8.0",
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
"@types/chai": "^4.2.0",
Expand Down

0 comments on commit 403bd35

Please sign in to comment.