Skip to content

Commit 5cc2d76

Browse files
authored
Merge pull request #240 from kmyk/release/5.6.0.0
chore: v5.6.0.0
2 parents e6b7374 + a989690 commit 5cc2d76

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog for Jikka
22

3+
## 2021-09-25: v5.6.0.0
4+
5+
Feature:
6+
7+
- Use readable names for variables in generated C++ code ([#232](https://github.com/kmyk/Jikka/pull/232), [#238](https://github.com/kmyk/Jikka/pull/238) by [@kmyk](https://github.com/kmyk))
8+
9+
Bug Fix:
10+
11+
- Fix type errors of `map`, `zip`, and `enumerate` ([#237](https://github.com/kmyk/Jikka/pull/237) by [@zer0-star](https://github.com/zer0-star))
12+
313
## 2021-09-04: v5.5.0.0
414

515
Features:

Jikka.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: Jikka
8-
version: 5.5.0.0
8+
version: 5.6.0.0
99
synopsis: A transpiler from Python to C++ for competitive programming
1010
description: Please see the README on GitHub at <https://github.com/kmyk/Jikka>
1111
category: Compilers/Interpreters

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Jikka
2-
version: 5.5.0.0
2+
version: 5.6.0.0
33
github: "kmyk/Jikka"
44
license: Apache
55
author: "Kimiyuki Onaka"

0 commit comments

Comments
 (0)