Skip to content

Commit e0d4cfe

Browse files
committed
Update changelog to v1.1.0
1 parent e14356b commit e0d4cfe

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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.1.0] - 2019-01-14
11+
1012
### Added
1113

1214
- `.last` attribute with the value of the last measured time (by [@janfreyberg](https://github.com/janfreyberg) in [#13]).
@@ -15,12 +17,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1517
- `AUTHORS.md` with a list of maintainers and contributors ([#18])
1618

1719

18-
## [1.0.0](https://github.com/realpython/codetiming/releases/tag/v1.0.0) - 2019-12-31
20+
## [1.0.0] - 2019-12-31
1921

2022
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/).
2123

2224

23-
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.0.0...HEAD
25+
[Unreleased]: https://github.com/realpython/codetiming/compare/v1.1.0...HEAD
26+
[1.1.0]: https://github.com/realpython/codetiming/compare/v1.0.0...v1.1.0
2427
[1.0.0]: https://github.com/realpython/codetiming/releases/tag/v1.0.0
2528

2629
[#13]: https://github.com/realpython/codetiming/pull/13

0 commit comments

Comments
 (0)