Skip to content

v1.1.0

Latest

Choose a tag to compare

@rodneyosodo rodneyosodo released this 02 Dec 22:26
· 45 commits to main since this release

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2023-12-02)

Features

  • build: add coverage target to Makefile (ed14ebc)
  • ci: Update Python versions in CI pipeline (03a7cdc)
  • config: Add Git, pytest, and coveralls commands and configurations (1a5661b)
  • dependencies: add coveralls package (b2f8617)
  • dependencies: add packaging library (72ddaa2)
  • git: add functions for interacting with Git repositories (f24347d)
  • readme: Add badges for coverage, CI, and CD (7de2da8)
  • template: Add new fields and checkboxes to bug report template (ba84f59)

Bug Fixes

  • git: Handle error when no changes are found (2362df9)
  • gitop: Improve exception handling and check for changes (ac798fd)
  • update.py: Fix conditional statement in check_update() (674d947)