From acb7c5851243c5700dc7c6b248a55ef2cc4411b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Ignacio=20Torres?= Date: Wed, 27 Sep 2023 00:09:21 -0700 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abddfe8..cf7867c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.2.1] - 2023-09-27 + +### Changed + +- Test coverage for Cohost Connection increased + ## [0.2.0] - 2023-09-26 ### Added diff --git a/pyproject.toml b/pyproject.toml index b48f954..cfb7ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "barkr" -version = "0.2.0" +version = "0.2.1" description = "Yet another cross-posting tool in Python" authors = ["Andrés Ignacio Torres "] readme = "README.md"