You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
8
+
## [Unreleased](compare/v1.0.0...HEAD)
9
+
10
+
### Added
11
+
12
+
-`.last` attribute with the value of the last measured time (by [@janfreyberg](https://github.com/janfreyberg) in [#13](pull/13)).
13
+
-`CHANGELOG.md` detailing changes made to `codetiming` since its initial publication.
14
+
15
+
16
+
## [1.0.0](releases/tag/v1.0.0) - 2019-12-31
17
+
18
+
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/).
0 commit comments