From 162d93bf999f13b6c11cfafce8e994b4f221bd48 Mon Sep 17 00:00:00 2001 From: TagShelf <32621192+tagshelf@users.noreply.github.com> Date: Tue, 14 May 2024 15:48:38 -0400 Subject: [PATCH] chore(development): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af55ef0..949ce4c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 29db695..a02e4e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/tagshelfsrl/alfred-python/compare/v0.2.1...v0.2.2) (2024-05-14) + + +### Bug Fixes + +* adds missing trailing slash ([3d5fb17](https://github.com/tagshelfsrl/alfred-python/commit/3d5fb17e72f692983122389e79e415e4195de875)) + ## [0.2.1](https://github.com/tagshelfsrl/alfred-python/compare/v0.2.0...v0.2.1) (2024-05-14) diff --git a/pyproject.toml b/pyproject.toml index 0cdcecd..2664cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "alfred-python" -version = "0.2.1" +version = "0.2.2" authors = [{ name = "Tagshelf LLC", email = "support@tagshelf.com" }] description = "Python library designed to simplify and streamline interactions with the Alfred API" readme = "README.md"