Skip to content

Commit

Permalink
Merge pull request #269 from michaelb/dev
Browse files Browse the repository at this point in the history
v1.3.10
  • Loading branch information
michaelb authored Dec 30, 2023
2 parents 6398773 + 0d45991 commit 3f4afba
Show file tree
Hide file tree
Showing 10 changed files with 249 additions and 283 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.3.10
- Fix missing documentation in the online wiki
- Fix interpreters broken when they were not explicitely the default for their filetype
- Remove buggy terminal_persistence option

## v1.3.9
- Support of "interpreter" and "compiler" key for every interpreter
- Bun-based JS/TS intepreter (with REPL)
Expand Down
1 change: 1 addition & 0 deletions CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- verify the signed tag: `git tag -v v8.9.5`
- git push origin vX.Y.Z

- merge master in dev
- Bump Cargo.toml to next version on dev, suffixed by 'beta'

# When the tag gets pushed, the 'release' github action will automatically add the new tag to GitHub's 'Releases'
Expand Down
Loading

0 comments on commit 3f4afba

Please sign in to comment.