Skip to content

Commit 277b569

Browse files
committed
update version and changelog
1 parent 46dd85a commit 277b569

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [2.0.1] - 2024-11-19
7+
8+
### Fixed
9+
- Fixed call to copy in drawBoxesOnRGB ([issue22](https://github.com/multi-template-matching/MultiTemplateMatching-Python/issues/22))
10+
11+
612
## [2.0.0] - 2024-06-04
713

814
### Added

Diff for: MTM/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = '2.0.0'
5+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)