Skip to content

Commit b3a460b

Browse files
committed
v1.1.6 update
1 parent 39a4224 commit b3a460b

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

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

4-
## v1.1.5
4+
## v1.1.6
55

66
### Added or Changed
7-
- Added basic support for go-lang.
7+
- Added support for following languages
8+
- Perl
9+
- Lua
10+
- Ruby
11+
- Haskell (with debugging support)

run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ for arg in "$@"; do
255255
echo " ${yellow}>>${white} Perl"
256256
echo " ${yellow}>>${white} Lua"
257257
echo " ${yellow}>>${white} Ruby"
258-
echo " ${yellow}>>${white} Haskell ${cyan}[${white}with ${green}debug${white} support${cyan}]"
258+
echo " ${yellow}>>${white} Haskell ${cyan}[${white}with ${green}debug${white} support${cyan}]"
259259
echo
260260
;;
261261

@@ -328,7 +328,7 @@ for arg in "$@"; do
328328
rclean_exe
329329
;;
330330
"--version" | "v")
331-
echo "${cyan}code-runner ${white}version : ${yellow}1.1.5${white}"
331+
echo "${cyan}code-runner ${white}version : ${yellow}1.1.6${white}"
332332
;;
333333
*)
334334
_ERROR_UFTC_

0 commit comments

Comments
 (0)