Skip to content

Commit

Permalink
update version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusgerevini committed Jun 4, 2021
1 parent 4a68fc5 commit 9218217
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

The Working in Progress (WIP) section is for changes that are already in master, but haven't been published to Godot's asset library yet. Even though the section is called WIP, all changes in master are stable and functional.
## 1.0.2 (2021-06-04)

### Added

- Condition blocks before line can use the "when" keyword.

### Fixed

- Diverts support conditional blocks before and after line

## 1.0.1 (2021-05-09)

Expand Down
2 changes: 1 addition & 1 deletion addons/clyde/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="Clyde Dialogue"
description="Interpreter and importer for Clyde Dialogue Language"
author="Vinicius Gerevini"
version="1.0.1"
version="1.0.2"
script="plugin.gd"

0 comments on commit 9218217

Please sign in to comment.