Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 2, 2024
1 parent 06d28e4 commit f2a2e9a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@



## v0.7.0 (2024-06-02)

### Chore

* chore: remove some unused images from docs ([`e4a3321`](https://github.com/Preet-Sojitra/imgcv/commit/e4a33213bc390809cdb6b049db663bd99cf279cf))

### Documentation

* docs: add example for filters ([`380f4c7`](https://github.com/Preet-Sojitra/imgcv/commit/380f4c7b4a27f8dc1581922d2cfb7c512ae58338))

### Feature

* feat(filters): add linear and non-linear filters

- Add Mean/Average/Box filter
- Add Min, Max and Median filter ([`6d46add`](https://github.com/Preet-Sojitra/imgcv/commit/6d46add230e9ddd1909554a601c6d0811fe55134))

### Unknown

* Merge branch 'main' of github.com:Preet-Sojitra/imgcv ([`06d28e4`](https://github.com/Preet-Sojitra/imgcv/commit/06d28e433163ad78153b314ca199d39b522da32b))


## v0.6.0 (2024-05-04)

### Documentation
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 = "imgcv"
version = "0.6.0"
version = "0.7.0"
description = "Image Processing Library"
authors = ["Preet Sojitra"]
license = "MIT"
Expand Down

0 comments on commit f2a2e9a

Please sign in to comment.