8000 Update changelog to v1.4.0 · realpython/codetiming@a157c12 · GitHub
[go: up one dir, main page]

Skip to content

Commit a157c12

Browse files
committed
Update changelog to v1.4.0
1 parent bb707ca commit a157c12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.4.0] - 2022-11-08
11+
1012
### Added
1113

1214
- `inital_text` parameter which, when present, will use logger to log that timer has been started (by [Matthew Price](https://github.com/pricemg) in [#47])
@@ -62,7 +64,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6264
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/).
6365

6466

65-
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.3.2...HEAD
67+
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.4.0...HEAD
68+
[1.4.0]: https://github.com/realpython/codetiming/compare/v1.3.2...v1.4.0
6669
[1.3.2]: https://github.com/realpython/codetiming/compare/v1.3.1...v1.3.2
6770
[1.3.1]: https://github.com/realpython/codetiming/compare/v1.3.0...v1.3.1
6871
[1.3.0]: https://github.com/realpython/codetiming/compare/v1.2.0...v1.3.0

0 commit comments

Comments
 (0)
0