Skip to content

Commit

Permalink
1.1.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 2, 2025
1 parent 63769da commit f583e63
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG


## v1.1.5 (2025-02-02)

### Bug Fixes

- Feedback addressed by Archer - Added missing pytest coverage badge in response to Agam's review
([`864eb8f`](https://github.com/UBC-MDS/SharpEdge/commit/864eb8f6357336df2b1d408ad41c598be7e7ba76))

- Feedback addressed by Archer - Added missing Python version and CI/CD workflow status badges in
response to Ximin's review
([`88f8c5f`](https://github.com/UBC-MDS/SharpEdge/commit/88f8c5f583d63753562bcc308859cfd39e9eaa99))

### Refactoring

- Added underscore to intermediate function names and updated docstrings
([`d1bb0a1`](https://github.com/UBC-MDS/SharpEdge/commit/d1bb0a1f374ec36de78d585168a8117154753f8d))


## v1.1.4 (2025-02-02)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sharpedge"
version = "1.1.4"
version = "1.1.5"
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"
Expand Down

0 comments on commit f583e63

Please sign in to comment.