Skip to content

Commit

Permalink
v0.5.1 release (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
APB9785 authored Jan 24, 2024
1 parent 51336b2 commit 7520dc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.5.1 (2024-01-24)

* Fixed an issue where some Component or System naming patterns could prevent generators from working properly
* Replace deprecated function which was causing compiler warnings (h/t @hl)

## v0.5 (2023-09-23)

* Non-unique Component types are no longer allowed (see the [upgrade guide](upgrade_guide.html))
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ECSx.MixProject do
use Mix.Project

@gh_url "https://github.com/APB9785/ECSx"
@version "0.5.0"
@version "0.5.1"

def project do
[
Expand Down

0 comments on commit 7520dc6

Please sign in to comment.