Skip to content

Commit

Permalink
update CHANGELOG, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiJbey committed Apr 16, 2024
1 parent 783562e commit 9d2a9e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on <https://common-changelog.org/>, and this project adheres mostly to Semantic Versioning.

## [0.2.0] - 2024-04-15

### Added

- Dynamic storylet choices using Ink external functions
- Dynamic storylet weights using Ink functions


## [0.1.0] - 2024-03-05

_Initial release._

[0.1.0]: https://github.com/ShiJbey/Anansi/releases/tag/v1.0.0
[0.1.0]: https://github.com/ShiJbey/Anansi/releases/tag/v0.1.0
[0.2.0]: https://github.com/ShiJbey/Anansi/releases/tag/v0.2.0

13 changes: 3 additions & 10 deletions Packages/com.shijbey.anansi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.shijbey.anansi",
"version": "0.1.0",
"version": "0.2.0",
"displayName": "Anansi",
"description": "Create simulation-driven visual novels in Unity",
"unity": "2021.1",
Expand All @@ -15,12 +15,5 @@
"Dating Sim",
"Relationships"
],
"author": "Shi Johnson-Bey <shijbey@gmail.com>",
"samples": [
{
"displayName": "Assets",
"description": "Basic Assets",
"path": "Assets"
}
]
}
"author": "Shi Johnson-Bey <shijbey@gmail.com>"
}

0 comments on commit 9d2a9e1

Please sign in to comment.