Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marihachi authored Apr 4, 2023
2 parents 10f10eb + a37fffa commit f32e3d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
-->

## 0.8.1 (2023/04/04)

- ビルトイン関数の実装で名前が間違っていたのを修正。
- `string.fromChars`
- `string.toChars`

## 0.8.0 (2023/04/04)
## 0.8.2 (2023/04/04)

- 構造体のサポート。
- 配列のサポート。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn main() {

## Syntaxes
- English (Not translated yet.)
- [日本語](https://github.com/uguisu-dev/uguisu/blob/v0.8.0/docs/syntaxes_ja.md)
- [日本語](https://github.com/uguisu-dev/uguisu/blob/v0.8.2/docs/syntaxes_ja.md)

## Install
Node.js and npm installation is required.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uguisu-js",
"version": "0.8.1",
"version": "0.8.2",
"description": "The Uguisu is a statically typed scripting language.",
"license": "MIT",
"author": "marihachi",
Expand Down

0 comments on commit f32e3d5

Please sign in to comment.