Skip to content

Commit ab2a127

Browse files
committed
Update changelog to v1.3.2
1 parent 6d29146 commit ab2a127

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
## [Unreleased]
99

10+
## [1.3.2] - 2022-10-07
11+
1012
### Added
1113

12-
- `__all__` to let type checkers know what is part of the public API. (by [@alkatar21](https://github.com/alkatar21) in [#46])
14+
- `__all__` to specify the public API (by [@alkatar21](https://github.com/alkatar21) in [#46])
1315

1416
## [1.3.1] - 2022-10-06
1517

@@ -56,8 +58,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5658
Initial version of `codetiming`. Version 1.0.0 corresponds to the code in the tutorial [Python Timer Functions: Three Ways to Monitor Your Code](https://realpython.com/python-timer/).
5759

5860

59-
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.3.1...HEAD
60-
[1.3.0]: https://github.com/realpython/codetiming/compare/v1.3.0...v1.3.1
61+
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.3.2...HEAD
62+
[1.3.2]: https://github.com/realpython/codetiming/compare/v1.3.1...v1.3.2
63+
[1.3.1]: https://github.com/realpython/codetiming/compare/v1.3.0...v1.3.1
6164
[1.3.0]: https://github.com/realpython/codetiming/compare/v1.2.0...v1.3.0
6265
[1.2.0]: https://github.com/realpython/codetiming/compare/v1.1.0...v1.2.0
6366
[1.1.0]: https://github.com/realpython/codetiming/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)