diff options
author | Viljami Ilola <+@hix.fi> | 2024-04-20 22:16:29 +0300 |
---|---|---|
committer | Viljami Ilola <+@hix.fi> | 2024-04-20 22:16:29 +0300 |
commit | 21029cc44fb72b3a53d3d74ac4156eda76fc4c67 (patch) | |
tree | 6c867f84aa360fb3ed2999febf45ac209f02f82e | |
parent | f4a064c1f36c7ab7993b30832dea386e4b79b49d (diff) |
add changelog
-rw-r--r-- | CHANGELOG.txt | 3 | ||||
-rw-r--r-- | pyproject.toml | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..46a2273 --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,3 @@ +0.3-beta.5: + + - Added laser sound effect diff --git a/pyproject.toml b/pyproject.toml index 7b3d96e..5138d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "sliceitoff" version = "0.3-beta.5" description = "Arcade game where one slices play area off while avoiding slicing happy faces." repository = "https://git.hix.fi/sliceitoff.git/" +changelog = "https://git.hix.fi/sliceitoff.git/plain/CHANGELOG.txt" authors = ["Viljami Ilola <+@hix.fi>"] readme = "README.txt" packages = [{include = "sliceitoff", from = "src"}] |