Skip to content

Commit 0738bd8

Browse files
committed
Update Changelog to v1.2.0
1 parent 52fe53d commit 0738bd8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.0] - 2020-03-03
11+
1012
### Added
1113

12-
- Attributes that can be referenced in the `text` template string (suggested by [@mlisovyi](https://github.com/mlisovyi) in [#24]).
14+
- Attributes that can be referenced in the `text` template string, suggested by [@mlisovyi](https://github.com/mlisovyi) in [#24] ([#25]).
1315

1416
### Changed
1517

16-
- `Timer.timers` changed from regular to `dict` to a custom dictionary supporting basic statistics for named timers.
18+
- `Timer.timers` changed from regular to `dict` to a custom dictionary supporting basic statistics for named timers ([#23]).
1719

1820

1921
## [1.1.0] - 2020-01-15
@@ -31,10 +33,14 @@ The format is based on [Keep a Changelog](https://keepachangelog1.com/en/1.0.0/)
3133
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/).
3234

3335

34-
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.1.0...HEAD
36+
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.2.0...HEAD
37+
[1.2.0]: https://github.com/realpython/codetiming/compare/v1.1.0...v1.2.0
3538
[1.1.0]: https://github.com/realpython/codetiming/compare/v1.0.0...v1.1.0
3639
[1.0.0]: https://github.com/realpython/codetiming/releases/tag/v1.0.0
3740

3841
[#13]: https://github.com/realpython/codetiming/pull/13
3942
[#17]: https://github.com/realpython/codetiming/pull/17
4043
[#18]: https://github.com/realpython/codetiming/pull/18
44+
[#23]: https://github.com/realpython/codetiming/pull/23
45+
[#24]: https://github.com/realpython/codetiming/issues/24
46+
[#25]: https://github.com/realpython/codetiming/pull/25

0 commit comments

Comments
 (0)