Skip to content

Commit

Permalink
0.8.3 -> 0.9.0 (#19)
Browse files Browse the repository at this point in the history
* Update simple_json

* Update call_stack

* Add state_patch

* WIP

* Update json

* Update story

* Update story_state

* Fix compilation issues

* Update variables_state

* Fix runtime errors

* Add new tests and fix failling tests

* Update CI config

* Update README

* Bump CI version to 3.1.2 and fix PRNG-related issue on 3.1
  • Loading branch information
ephread authored May 7, 2020
1 parent a3f7115 commit 42f6946
Show file tree
Hide file tree
Showing 158 changed files with 1,581 additions and 779 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- master
- github-actions
pull_request:
branches:
- master

jobs:
test:
Expand All @@ -14,7 +17,7 @@ jobs:
strategy:
matrix:
destination:
- "3.1.1"
- "3.1.2"
- "3.2.1"

steps:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
Important changes to _inkgd_ will be documented in this file.

## [0.2.0](https://github.com/ephread/inkgd/releases/tag/0.2.0)
Released on 2020-05-07.

### Changed
- Added support for inklecate 0.9.0

## [0.1.4](https://github.com/ephread/inkgd/releases/tag/0.1.4)
Released on 2020-04-11.

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![inkgd](https://i.imgur.com/QbLG9Xp.png)

[![build](https://github.com/ephread/inkgd/workflows/build/badge.svg)](https://github.com/ephread/inkgd/actions)
![Version](https://img.shields.io/badge/version-0.1.4-orange.svg)
![Version](https://img.shields.io/badge/version-0.2.0-orange.svg)
![Godot Version](https://img.shields.io/badge/godot-3.1+-blue.svg)
![License](https://img.shields.io/badge/license-MIT-green.svg)

Expand Down Expand Up @@ -217,6 +217,7 @@ If you're working in a team, you may want to commit `.inkgd_ink.cfg` and keep `.
| _inkgd_ version | inklecate version | Godot version |
|:---------------:|:-----------------:|:-------------:|
| 0.1.0 – 0.1.4 | 0.8.2 – 0.8.3 | 3.1 – 3.2.1 |
| 0.2.0 | 0.9.0 | 3.1 – 3.2.1 |

## License

Expand Down
Loading

0 comments on commit 42f6946

Please sign in to comment.