aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-01-09 16:35:01 +0000
committerGravatar Chris Lovering <[email protected]>2022-01-09 16:36:11 +0000
commit741b4f086dfe73e5e3d45274ece64f21d09d33c9 (patch)
treef6437796e8749ae7236cd8f4704e332bf894e4bf
parentAdd regexes for matching Discord code blocks (diff)
Bump version and add changelogs
-rw-r--r--docs/changelog.rst4
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 4954b59c..743fcc20 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -5,6 +5,10 @@
Changelog
=========
+- :release:`1.2.0 <9th January 2022>`
+- :feature:`12` Code block detection regex
+- :release:`1.1.0 <2nd December 2021>`
- :support:`2` Autogenerated docs.
- :feature:`2` Regex utility.
+- :release:`1.0.0 <17th November 2021>`
- :support:`1` Core package, poetry, and linting CI.
diff --git a/pyproject.toml b/pyproject.toml
index 0e7d4192..b9a1a66d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bot-core"
-version = "0.1.0"
+version = "1.2.0"
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
authors = ["Python Discord <[email protected]>"]
license = "MIT"