Skip to content

Commit 6e4c140

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent a43f7f8 commit 6e4c140

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.1.1"
2+
current_version = "0.1.2"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.1.2] - 2025-11-12
8+
### Added
9+
10+
- Add inline documentations to partner and history endpoints.
11+
- Add returned data structures to documentations
12+
13+
### Changed
14+
- Refactor documentation deployment steps to remove unnecessary push flags
15+
716
## [0.1.1] - 2025-11-11
17+
### Fixed
18+
19+
- Fix tmoapi loading postman collection path issue
820

921
## [0.1.0] - 2025-11-10
1022
### Added
@@ -45,6 +57,7 @@ All notable changes to this project will be documented in this file.
4557
- Contributing: Development Setup, Testing, Code Style
4658
- Changelog
4759

60+
[0.1.2]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.2
4861
[0.1.1]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.1
4962
[0.1.0]: https://github.com/inntran/tmo-api-python/releases/tag/v0.1.0
5063
[0.0.1]: https://github.com/inntran/tmo-api-python/releases/tag/v0.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tmo-api"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Wrapper for The Mortgage Office API"
55
readme = "README.md"
66
license = { text = "Apache-2.0" }

src/tmo_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__all__ = ["__version__"]
44

55
# Keep this in sync with pyproject.toml
6-
__version__ = "0.1.1"
6+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)