Skip to content

Commit b56a2b6

Browse files
committed
dev: Add HISTORY file
1 parent 7cc3ee4 commit b56a2b6

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

HISTORY.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Change log
2+
==========
3+
4+
.. include:: ../HISTORY.rst

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ IRC bot framework using mixins to provide commonly desired functionality.
2323

2424
about
2525
ib3
26+
changes

0 commit comments

Comments
 (0)