From d8708d7e1402c5c45b435fa6035b8621b2d34d2b Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 3 Feb 2025 10:22:41 +0000 Subject: [PATCH] 1.1.14 Automatically generated by python-semantic-release --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f32a22..9fbb50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v1.1.14 (2025-02-03) + +### Bug Fixes + +- Feedback addressed by Archer - Updated image loading instructions to use Pillow in README, added + Pillow to Poetry dependencies + ([`9cd1fd0`](https://github.com/UBC-MDS/SharpEdge/commit/9cd1fd08109753002abf1f8941d121a2bd7e7dc6)) + + ## v1.1.13 (2025-02-03) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 126c5cf..201c7c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sharpedge" -version = "1.1.13" +version = "1.1.14" description = "Collection of image processing tools and techniques, including padding, flipping, colorscale conversion, seam carving, and image shrinking. Designed for efficient manipulation and transformation of images." authors = ["Jenny Zhang, Archer Liu, Inder Khera, Hankun Xiao"] license = "MIT"