Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ to browse the changes between the tags.

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

6.0.0 (in development)
6.0.1 (in development)
----------------------

6.0.0 - 06/04/26
----------------
- On Windows, Emscripten now ships `.exe` tool launchers, rather
than `.bat` and/or `.ps1`. This means that any scripts that explicitly
reference, e.g. `emcc.bat`, will need to be updated to just `emcc` (or
Expand Down
2 changes: 1 addition & 1 deletion emscripten-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0-git
6.0.1-git
Loading