From 1dbe92ae5ca21151a5326da91629adaf06ef8957 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 31 Jan 2025 02:54:49 +0000 Subject: [PATCH] 1.1.2 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 bec03e0..b177966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # CHANGELOG +## v1.1.2 (2025-01-31) + +### Bug Fixes + +- Feedback addressed by Archer - Milestone 1 feedback on Software package project structure + (simplify user import) + ([`d6ad822`](https://github.com/UBC-MDS/SharpEdge/commit/d6ad822876179a089a3e062bdba7a0870c89e849)) + + ## v1.1.1 (2025-01-29) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 493966f..4f902b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sharpedge" -version = "1.1.1" +version = "1.1.2" 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"