Skip to content

Commit 5851ddf

Browse files
authored
Add changelog (#17)
1 parent 0c3e07e commit 5851ddf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
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

Comments
 (0)