Skip to content

Commit

Permalink
chore: Release 0.1.1 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich authored Jul 23, 2024
1 parent 428eff2 commit 7e64653
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Default stat value definition syntax has been removed due to impossibility of implementation: PR [#58](https://github.com/Gusarich/housify/pull/58)
### Fixed

## [0.1.1] - 2024-07-23

### Changed

- Default stat value definition syntax has been removed due to implementation constraints: PR [#58](https://github.com/Gusarich/housify/pull/58)

### Fixed

- Temporary stats are now excluded from the compilation result: PR [#50](https://github.com/Gusarich/housify/pull/50)
- Placeholder for player stats are now correctly generated: PR [#51](https://github.com/Gusarich/housify/pull/51)
- Placeholders for player stats are now correctly generated: PR [#51](https://github.com/Gusarich/housify/pull/51)
- Temporary stat names are now generated independently for each expression: PR [#52](https://github.com/Gusarich/housify/pull/52) and PR [#59](https://github.com/Gusarich/housify/pull/59)
- There is now a limit of 20 persistent stats of each kind: PR [#53](https://github.com/Gusarich/housify/pull/53)
- Global and player stat placeholders in expressions are now correctly generated: PR [#56](https://github.com/Gusarich/housify/pull/56)
Expand Down Expand Up @@ -62,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- The initial version of the compiler

[unreleased]: https://github.com/Gusarich/housify/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/Gusarich/housify/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/Gusarich/housify/releases/tag/v0.1.1
[0.1.0]: https://github.com/Gusarich/housify/releases/tag/v0.1.0
[0.0.3-alpha]: https://github.com/Gusarich/housify/releases/tag/v0.0.3-alpha
[0.0.2-alpha]: https://github.com/Gusarich/housify/releases/tag/v0.0.2-alpha
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "housify",
"version": "0.1.0",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/Gusarich/housify.git"
Expand Down

0 comments on commit 7e64653

Please sign in to comment.