Skip to content

Commit 0b3dfec

Browse files
committed
udpate: v1.1.7
1 parent 0d903ef commit 0b3dfec

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/CHANGELOG.md

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

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

66
### Added or Changed
7-
- Added support for following languages
8-
- Perl
9-
- Lua
10-
- Ruby
11-
- Haskell (with debugging support)
7+
- Better error handling
8+
- Better Code logic in handling if-else ladder

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ for arg in "$@"; do
238238
echo
239239
;;
240240
"--version" | "v")
241-
echo "${cyan}code-runner ${white}version : ${yellow}1.2.0${white}"
241+
echo "${cyan}code-runner ${white}version : ${yellow}1.1.7${white}"
242242
;;
243243

244244
"--cc="* | "-c="*)

0 commit comments

Comments
 (0)