Skip to content

Commit 9a23e37

Browse files
Mark 5.0.5 as released (#26620)
Update changelog and emscripten-version.txt [ci skip]
1 parent 83099c9 commit 9a23e37

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ to browse the changes between the tags.
1818

1919
See docs/process.md for more on how version tagging works.
2020

21-
5.0.5 (in development)
21+
5.0.6 (in development)
2222
----------------------
23+
24+
5.0.5 - 04/03/26
25+
----------------
2326
- C++ exceptions are now always thrown as CppException objects rather than raw
2427
pointers/numbers. However, the `.message` and `.stack` fields of the thrown
2528
object will only be populated if `-sEXCEPTION_STACK_TRACES` is set. (#26523)

emscripten-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.5-git
1+
5.0.6-git

0 commit comments

Comments
 (0)