Skip to content

Commit 081c01c

Browse files
committed
CHANGELOG.md: update to 1.1.2
1 parent 27d6385 commit 081c01c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [1.1.2] - 2025-08-05
12+
### Fixed
13+
- Parsing of multi-word cities for callook (#39).
14+
15+
1116
## [1.1.1] - 2023-08-31
1217
### Fixed
1318
- Compatibility with newer typer versions (#33).
@@ -38,7 +43,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3843
- Command-line interface.
3944

4045

41-
[Unreleased]: https://github.com/miaowware/callsignlookuptools/compare/v1.1.1...HEAD
46+
[Unreleased]: https://github.com/miaowware/callsignlookuptools/compare/v1.1.2...HEAD
47+
[1.1.2]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.1.2
4248
[1.1.1]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.1.1
4349
[1.1.0]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.1.0
4450
[1.0.1]: https://github.com/miaowware/callsignlookuptools/releases/tag/v1.0.1

callsignlookuptools/__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__summary__ = "QRZ, Callook, HamQTH, and QRZCQ API interface with sync and async support"
77
__webpage__ = "https://callsignlookuptools.miaow.io"
88

9-
__version__ = "1.1.1"
9+
__version__ = "1.1.2"
1010

1111
__author__ = "classabbyamp, 0x5c"
1212
__email__ = "dev@placeviolette.net, dev@0x5c.io"

0 commit comments

Comments
 (0)