Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
aanker committed Nov 13, 2022
1 parent d05aefb commit 75b3688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand All @@ -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/"
Expand Down

0 comments on commit 75b3688

Please sign in to comment.