summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.txt3
-rw-r--r--pyproject.toml1
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"}]