Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZorPastaman committed May 4, 2023
1 parent 6f0486c commit c2ff29d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.5.0] - 2023-05-04

### Added

- SIMPLE_BLACKBOARD_SAVE_NAMES define that allows to toggle
Expand Down Expand Up @@ -78,7 +80,8 @@ when SIMPLE_BLACKBOARD_LOG_DETAILS define is enabled.
- Unity editor support.
- Tests.

[unreleased]: https://github.com/ZorPastaman/Simple-Blackboard/compare/v1.4.0...HEAD
[unreleased]: https://github.com/ZorPastaman/Simple-Blackboard/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.5.0
[1.4.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.4.0
[1.3.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.3.0
[1.2.0]: https://github.com/ZorPastaman/Simple-Blackboard/releases/tag/v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.zor.simple-blackboard",
"version": "1.4.0",
"version": "1.5.0",
"displayName": "Simple Blackboard",
"description": "Simple Blackboard for Unity is a flexible runtime data container that can contain any count of properties of any type. The properties can be accessed with property names.\nThe main advantage of Simple Blackboard is that it allocates as little as possible. Also, it has good enough performance and supports derivation.",
"unity": "2019.4",
"unity": "2021.3",
"keywords": [
"data",
"blackboard",
Expand Down

0 comments on commit c2ff29d

Please sign in to comment.