Skip to content

Commit d52413d

Browse files
committed
Update Changelog to v1.3.0
1 parent a7ad85a commit d52413d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
11+
## [1.3.0] - 2021-02-09
12+
1013
### Added
1114

1215
- `text` can be a callable returning a formatted string, suggested by [@dchess](https://github.com/dchess) in [#29] ([#30]).
@@ -39,7 +42,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3942
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/).
4043

4144

42-
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.2.0...HEAD
45+
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.3.0...HEAD
46+
[1.3.0]: https://github.com/realpython/codetiming/compare/v1.2.0...v1.3.0
4347
[1.2.0]: https://github.com/realpython/codetiming/compare/v1.1.0...v1.2.0
4448
[1.1.0]: https://github.com/realpython/codetiming/compare/v1.0.0...v1.1.0
4549
[1.0.0]: https://github.com/realpython/codetiming/releases/tag/v1.0.0

0 commit comments

Comments
 (0)