Skip to content

Commit

Permalink
Merge pull request #214 from kmyk/release/5.5.0.0
Browse files Browse the repository at this point in the history
chore: v5.5.0.0
  • Loading branch information
kmyk authored Sep 4, 2021
2 parents 52299f0 + e901de9 commit b795a8f
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# Changelog for Jikka

## 2021-09-04: v5.5.0.0

Features:

- Now Jikka is available on Web: <https://kmyk.github.io/Jikka/playground/>
- Solve some formulae in the form of `∑ᵢ ∑ⱼ |aᵢ−aⱼ|` [#210](https://github.com/kmyk/Jikka/pull/210) by [@kmyk](https://github.com/kmyk)

Bug Fix:

- Fix a bug about `std::accumulate` ([#205](https://github.com/kmyk/Jikka/pull/205) by [@riantkb](https://github.com/riantkb)

## 2021-08-24: v5.4.0.0

- More and more tests are added and some bugs are removed.
Features:

- An online judge is published: <https://judge.kimiyuki.net/>
- This judge contains example problems which Jikka can/will be able to solve.

Bug Fix:

- More and more tests are added and some bugs are removed.

## 2021-08-16: v5.3.0.0

Many bugs are removed.
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.4.0.0
version: 5.5.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.4.0.0
version: 5.5.0.0
github: "kmyk/Jikka"
license: Apache
author: "Kimiyuki Onaka"
Expand Down

0 comments on commit b795a8f

Please sign in to comment.