Skip to content

Releases: pronovic/hcoop-meetbot

Release v0.6.11

15 Oct 16:47
Compare
Choose a tag to compare

Changes

  • Pull in latest updates from run-script-framework
  • Simplify GHA integration with coveralls.io
  • Update transitive dependencies to address Dependabot warnings
  • Add support for Python v3.13 and drop support for v3.9
  • Upgrade to Poetry v1.8.4 for official Python 3.13 support
  • Bump readthedocs build to python 3.10 and ubuntu-24.04
  • Add importlib-metadata to [tool.poetry.extras] in pyproject.toml

Release v0.6.10

26 Feb 03:45
Compare
Choose a tag to compare

Changes

  • Upgrade to Poetry v1.8.0 and make related adjustments
  • Disable Python keyring via poetry.toml
  • Update Poetry install instructions in DEVELOPER.md
  • Pull in latest version of run-script-framework
  • Upgrade to gha-shared-workflows@v4 with new Poetry setup
  • Add support for 'run outdated' and update dependencies

Release v0.6.9

17 Jan 21:26
Compare
Choose a tag to compare

Changes

  • Remove GitHub Actions workflow schedule, which broke release process

Release v0.6.7

05 Nov 14:55
Compare
Choose a tag to compare

Changes

  • Update urllib3 to address Dependabot warnings
  • Upgrade to Poetry v1.7.0 for official Python 3.12 support

Release v0.6.6

11 Oct 01:34
Compare
Choose a tag to compare

Changes

  • Upgrade major dependencies
  • Upgrade build process to Poetry v1.6.1
  • Add support for Python v3.12 and drop support for v3.8

Release v0.6.4

30 Dec 20:22
Compare
Choose a tag to compare

Changes

  • Convert to latest readthedocs.io standard
  • Add NOTICE file to sdist, alongside existing LICENSE file
  • Automate the existing manual release process using GitHub Actions
  • Adjust GHA build to run MacOS and Windows tests only on latest Python

Release v0.6.3

24 Oct 07:50
Compare
Choose a tag to compare

Changes

  • Refactor the run script and pre-commit hooks to reduce duplication.
  • Rework the GitHub Actions build process to pull out shared code.

Release v0.6.2

06 Sep 01:22
Compare
Choose a tag to compare

Changes

  • Upgrade to Poetry v1.2.0 and make related build process changes
  • Upgrade to Pylint v2.15.0 and address warnings
  • Fix Pylint's configured class-attribute-naming-style to be snake_case
  • Adjust Black configuration to target Python 3.7, 3.8, 3.9, and 3.10
  • Add dependency caching to GitHub Actions workflow
  • Fix the GitHub Actions matrix build to properly target MacOS

Release v0.6.1

06 Sep 01:22
Compare
Choose a tag to compare

Changes

  • Modernize usage of attrs and cattrs

Release v0.6.0

06 Sep 01:22
Compare
Choose a tag to compare

Changes

  • Better handle nicks/aliases containing special characters
  • Add a suggestion at meeting start for users to identify themselves
  • Generate a raw meeting log in JSON format along with HTML logs
  • Implement a command-line tool "meetbot" and a "regenerate" utility