Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Include Changelog in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Chrisp authored and Ethan Chrisp committed Jan 27, 2020
1 parent dc3f603 commit 413dc12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of
- Asynchronous and Pythonic using `async` and `await`
- Type checks and editor completion using [Type Hints](https://www.python.org/dev/peps/pep-0484/)
- Object-oriented and predictable abstractions
- 100% coverage of the supported Call of Duty API

## Usage

Expand Down Expand Up @@ -73,9 +72,11 @@ async def main():
asyncio.get_event_loop().run_until_complete(main())
```

## Versioning
## Releases

In general, CallofDuty.py follows [Semantic Versioning](https://semver.org/) as closely as possible for tagging releases of the project.
CallofDuty.py follows [Semantic Versioning](https://semver.org/) for tagging releases of the project.

Changelogs can be found on the [Releases](https://github.com/EthanC/CallofDuty.py/releases) page and follow the [Keep a Changelog](https://keepachangelog.com/) format.

## Contributing

Expand Down

0 comments on commit 413dc12

Please sign in to comment.