We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a5e63 commit 0df1708Copy full SHA for 0df1708
CHANGELOG.md
@@ -1,12 +1,14 @@
1
# Changelog
2
3
4
-## DEV
5
-
6
-* CLI
7
- * Add additional details to `signatures info` command.
8
-* Other
9
- * Require Python 3.9
+## 1.1.0
+
+* Command line interface:
+ * Better error reporting when database file(s) not found
+ * Add more details to output of `gambit signatures info` command.
+* Major overhaul of internal Python API and tests (see full release notes on GitHub)
10
+* Increase minimum Python version to 3.9
11
+* Make compatible with SQLAlchemy 2.0
12
13
14
## 1.0.1
0 commit comments