From 75b36881b310bf2e847b1d743df7091f145123dc Mon Sep 17 00:00:00 2001 From: Andrew Anker Date: Sun, 13 Nov 2022 09:34:14 -0800 Subject: [PATCH] Update version and changelog --- docs/changelog.md | 5 +++++ pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 994fccd..37957f3 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,11 @@ menu_title: Changelog permalink: /changelog/ --- +### Version 22.2.3 (11/13/2022) +* Refactor class into a separate module [(link)](https://github.com/aanker/xwordlist/commit/d05aefb47d1752bc2b2f000a67322dfd20782b71) +* Refactor web extraction into a separate module [(link)](https://github.com/aanker/xwordlist/commit/d05aefb47d1752bc2b2f000a67322dfd20782b71) +* Check that minimum is given an integer, alert user and quit if not [(link)](https://github.com/aanker/xwordlist/commit/d05aefb47d1752bc2b2f000a67322dfd20782b71) + ### Version 22.2.2 (11/5/2022) * Allow multiple input files (e.g., --input file1.txt file2.txt) [(link)](https://github.com/aanker/xwordlist/commit/a0a32ad09dd429f04988582a6d034a9869979c55) * Look for unknown items in configuration settings and if found, alert user and quit [(link)](https://github.com/aanker/xwordlist/commit/09f91f6130fceff2e4d2e642dc9fe398f99467f1) diff --git a/pyproject.toml b/pyproject.toml index a1f842d..c72dff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xwordlist" -version = "22.2.2" +version = "22.3.0" description = "Software to help create, build and organize crossword puzzle word lists" authors = ["Andrew Anker "] license = "MIT" @@ -14,7 +14,7 @@ classifiers=[ "Intended Audience :: End Users/Desktop", "Topic :: Games/Entertainment :: Puzzle Games", ] -include = ["xwordlist.conf"] +include = ["xwordlist.conf", "xwl.py"] repository = "https://github.com/aanker/xwordlist" homepage = "https://xwl.ist" documentation = "https://xwl.ist/help/"