We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc3ee4 commit b56a2b6Copy full SHA for b56a2b6
3 files changed
HISTORY.rst
@@ -0,0 +1,19 @@
1
+UNRELEASED
2
+----------
3
+* [BREAKING] Drop support for Python versions before 3.7
4
+* Require irc>=20.0.0
5
+* Convert to hatchling build system backend
6
+* Replace Travis CI with GitHub Actions
7
+
8
+v0.2.0
9
+------
10
+* Require irc>16,<17 for python2 (@ssbarnea)
11
+* Require irc>=17 for python3 (@ssbarnea)
12
13
+v0.1.1
14
15
+* Fix setup.py to declare irc dependency
16
17
+v0.1.0
18
19
+* Initial tagged release
docs/changes.rst
@@ -0,0 +1,4 @@
+Change log
+==========
+.. include:: ../HISTORY.rst
docs/index.rst
@@ -23,3 +23,4 @@ IRC bot framework using mixins to provide commonly desired functionality.
23
24
about
25
ib3
26
+ changes
0 commit comments