Skip to content

Commit

Permalink
Merge pull request #240 from kmyk/release/5.6.0.0
Browse files Browse the repository at this point in the history
chore: v5.6.0.0
  • Loading branch information
kmyk authored Sep 25, 2021
2 parents e6b7374 + a989690 commit 5cc2d76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for Jikka

## 2021-09-25: v5.6.0.0

Feature:

- 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))

Bug Fix:

- Fix type errors of `map`, `zip`, and `enumerate` ([#237](https://github.com/kmyk/Jikka/pull/237) by [@zer0-star](https://github.com/zer0-star))

## 2021-09-04: v5.5.0.0

Features:
Expand Down
2 changes: 1 addition & 1 deletion Jikka.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: Jikka
version: 5.5.0.0
version: 5.6.0.0
synopsis: A transpiler from Python to C++ for competitive programming
description: Please see the README on GitHub at <https://github.com/kmyk/Jikka>
category: Compilers/Interpreters
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Jikka
version: 5.5.0.0
version: 5.6.0.0
github: "kmyk/Jikka"
license: Apache
author: "Kimiyuki Onaka"
Expand Down

0 comments on commit 5cc2d76

Please sign in to comment.