Skip to content

Commit

Permalink
Merge pull request #118 from kmyk/release/5.1.0.0
Browse files Browse the repository at this point in the history
chore: v5.1.0.0
  • Loading branch information
kmyk authored Jul 31, 2021
2 parents 4860fc7 + 95f9760 commit 795726a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Jikka

## 2021-08-01: v5.1.0.0

- Now Kubaru DP is converted to Morau DP.
- The runtime headers are automatically bundled to generated C++ code.

## 2021-07-28: v5.0.11.1

Uploaded to Hackage: <https://hackage.haskell.org/package/Jikka>
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ $ stack haddock

### Versioning

受け入れる Python 風言語の仕様を public API と見なしての [Semantic Versioning](https://semver.org/lang/ja/) が使われています。
ただし [Haskell Package Versioning Policy](https://pvp.haskell.org/) に由来して MAJOR versions をふたつ持っています。
[Haskell Package Versioning Policy](https://pvp.haskell.org/) に準拠しています。
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ Use [Conventional Commits](https://www.conventionalcommits.org/).

### Versioning

[Semantic Versioning](https://semver.org/lang/ja/) is used with regard to the Python-like language as its public API.
However, it has two MAJOR version that come from [Haskell Package Versioning Policy](https://pvp.haskell.org/).
Conforming to [Haskell Package Versioning Policy](https://pvp.haskell.org/).
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.0.11.2
version: 5.1.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
4 changes: 2 additions & 2 deletions docs/language.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## †破壊的変更†について

この言語仕様は開発の初期段階のものです。
第 2 のメジャーバージョンが 0 (`v5.0.y.z`) である限り、いつでも、いかなる変更も起こりえます (MAY)
[Semantic Versioning の項目 (4.)](https://semver.org/#spec-item-4) も参考のこと
いつでも、いかなる変更も起こりえます。
特に、追加の演算子のような拡張機能を使うなどの、Python と非互換な書き方をする場合には注意してください

## Syntax

Expand Down
4 changes: 2 additions & 2 deletions docs/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
## About BREAKING CHANGE

This language specification is in initial development.
While the second major version is zero (`v5.0.y.z`), anything MAY change at any time.
See also [item (4.) of Semantic Versioning](https://semver.org/#spec-item-4).
Aything MAY change at any time.
Especially, please be careful when you write code incompatible to Python, including our language extensions.

## Syntax

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.0.11.2
version: 5.1.0.0
github: "kmyk/Jikka"
license: Apache
author: "Kimiyuki Onaka"
Expand Down

0 comments on commit 795726a

Please sign in to comment.