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 Sep 21, 2023
1 parent de5d7e0 commit 3ed358a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.

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

This release is backwards compatible with v1.6.19-alpha.

### Fixes
* Applies Blocks cause slow-downs in code speed.

## [v1.6.19-alpha](https://github.com/Lexpedite/blawx/releases/tag/v1.6.19-alpha) 2023-07-27

This release includes bug-fixes.
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.19-alpha"
BLAWX_VERSION = "v1.6.20-alpha"


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

0 comments on commit 3ed358a

Please sign in to comment.