Ver código fonte

version bump, changelog

Kumi 11 meses atrás
pai
commit
f6b15ea6b9
2 arquivos alterados com 6 adições e 1 exclusões
  1. 5 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml

+ 5 - 0
CHANGELOG.md

@@ -0,0 +1,5 @@
+# Changelog
+
+### 0.3.1 (2023-12-07)
+
+* Fixed issue in newroom task causing it to be called over and over again

+ 1 - 1
pyproject.toml

@@ -7,7 +7,7 @@ allow-direct-references = true
 
 [project]
 name = "matrix-gptbot"
-version = "0.3.0"
+version = "0.3.1
 
 authors = [
   { name="Kumi Mitterer", email="gptbot@kumi.email" },