Skip to content

Commit b9efb3d

Browse files
committed
v1.1.3 update
1 parent c31d0e4 commit b9efb3d

2 files changed

Lines changed: 10 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
<!-- Changelog -->
22
# Changelog
33

4-
## v1.1.2
4+
## v1.1.3
55

66
### Added or Changed
7-
- Support for python
8-
9-
Smart python version detector, just do `run file.py` crunner will detect which version of python to use.
10-
11-
- New modes: persistent and compile
12-
13-
`persistent`: keeps the executable and cache files which it deletes by default after execution of prorgram.
14-
15-
`compile`: only compiles the code, doesn't run it.
7+
- Support for JAVA.
8+
- Smart code blocks
9+
- list supported languages argument
10+
Now do `run ll` or `run --list-langs` to see all the supported langs in your version

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -176,18 +176,13 @@ Don't forget to give the project a star! Thanks again!
176176
<!-- Changelog -->
177177
# Changelog
178178

179-
## v1.1.2
179+
## v1.1.3
180180

181181
### Added or Changed
182-
- Support for python
183-
184-
Smart python version detector, just do `run file.py` crunner will detect which version of python to use.
185-
186-
- New modes: persistent and compile
187-
188-
`persistent`: keeps the executable and cache files which it deletes by default after execution of prorgram.
189-
190-
`compile`: only compiles the code, doesn't run it.
182+
- Support for JAVA.
183+
- Smart code blocks
184+
- list supported languages argument
185+
Now do `run ll` or `run --list-langs` to see all the supported langs in your version
191186

192187
<p align="right">(<a href="#top">back to top</a>)</p>
193188

0 commit comments

Comments
 (0)