3.2.0
Changelog
Bugfixes
- Fix forcing color through termcolor
- Change non-word regex to be POSIX compliant (thanks @stevejbrown)
- Update pages source to use the main branch
- Add a timeout to the URL requests (thanks @Jaimepas77)
Chronological Changelog
- ci: pin ubuntu version by @MasterOdin in #203
- Fix forcing color through termcolor by @MasterOdin in #204
- Change non-word regex to be POSIX compliant by @stevejbrown in #195
- Update page source to use main branch by @kbdharun in #200
- Update versions for GH actions by @MasterOdin in #205
- Mark support for python 3.11 by @MasterOdin in #206
- Add a timeout to the url requests by @Jaimepas77 in #207
- chore: bump version to 3.2.0 by @kbdharun in #212
- 3.2.0: update changelog by @kbdharun in #213
Full Changelog: 3.1.0...3.2.0
New Contributors
- @stevejbrown made their first contribution in #195