Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauntlet173 committed May 12, 2023
1 parent 5694b15 commit ddb8eac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,14 @@ As of v0.2-alpha, this project is attempting to adhere to [Semantic Versioning](
While alpha, however, any version may include breaking changes that may not be specifically noted as such,
and breaking changes will not necessarily result in changes to the main version number.

## IMPROVED EVENT REASONING
## [v1.6.14-alpha](https://github.com/Lexpedite/blawx/releases/tag/v1.6.14-alpha) 2023-05-12

### Added
* A GCWeb-themed version of Scenario Editor

### Fixed
* Event reasoning was finding spurious evidence of non-interruption.

### TODO
* Re-Implement blawx_becomes (all 4) for Relationships
* Re-implement blawx_during (all 6) for Relationships
* Implement positive and negative interrupted for Categories
* Implement positive and negative interrupted for Attributes
* Re-Implement blawx_becomes (all 4) for Categories
* Re-Implement blawx_becomes (all 4) for Attributes
* Re-implement blawx_during (all 6) for Categories
* Re-implement blawx_during (all 6) for Attributes

## [v1.6.13-alpha](https://github.com/Lexpedite/blawx/releases/tag/v1.6.13-alpha) 2023-05-09

Expand Down
2 changes: 1 addition & 1 deletion blawx/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from pathlib import Path

# For adding a version identifier
BLAWX_VERSION = "v1.6.13-alpha"
BLAWX_VERSION = "v1.6.14-alpha"


# Build paths inside the project like this: BASE_DIR / 'subdir'.
Expand Down

0 comments on commit ddb8eac

Please sign in to comment.