Skip to content

Commit 852ded9

Browse files
chore(master): release 3.2.3 (#213)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9c1aca3 commit 852ded9

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.2"
2+
".": "3.2.3"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [3.2.3](https://github.com/Loop3D/map2loop/compare/v3.2.2...v3.2.3) (2025-06-20)
4+
5+
6+
### Bug Fixes
7+
8+
* accept pathlib.Path for save_path ([4e2e799](https://github.com/Loop3D/map2loop/commit/4e2e7990eebaf0b47146632ac1311d1f96d9e9c3))
9+
* allow str and pathlib.Path ([ff23f45](https://github.com/Loop3D/map2loop/commit/ff23f451b244d8bce05dafbd27a91c64fd9dcbe0))
10+
* fold filtering to support multiple search terms ([c6d0b7a](https://github.com/Loop3D/map2loop/commit/c6d0b7aa2773bbe551fd71ec02d47f31417696f4))
11+
* remove duplicate functions ([f629b2d](https://github.com/Loop3D/map2loop/commit/f629b2df62bc9da7ea1409e619107e580a8d052d))
12+
* support multiple search terms for faults ([ad0289f](https://github.com/Loop3D/map2loop/commit/ad0289fa6de5af9e311a9e21efa13e949ff8867a))
13+
* use pathlib.Path for save_path ([628040d](https://github.com/Loop3D/map2loop/commit/628040d42780086f4ee1ff39e258545ef53171b9))
14+
15+
16+
### Documentation
17+
18+
* comment typo ([1c42d2e](https://github.com/Loop3D/map2loop/commit/1c42d2e450793c40abd7ad3b0c60843089f9a7e8))
19+
320
## [3.2.2](https://github.com/Loop3D/map2loop/compare/v3.2.1...v3.2.2) (2025-01-13)
421

522

map2loop/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.2.2"
1+
__version__ = "3.2.3"

0 commit comments

Comments
 (0)