Skip to content

Commit

Permalink
add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
peaky76 committed Feb 15, 2023
1 parent ab19f03 commit 00c0716
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## 0.1.0 (2023-02-14)

#### New Features

- add Coin class
- add .toss method to Coin
- add .turn method to Coin
- add .is_heads and .is_tails methods to Coin
- add str dunder method to Coin

0 comments on commit 00c0716

Please sign in to comment.