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

Commit 413dc12

Browse files
Ethan ChrispEthan Chrisp
Ethan Chrisp
authored and
Ethan Chrisp
committed
Include Changelog in README
1 parent dc3f603 commit 413dc12

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ CallofDuty.py is an asynchronous, object-oriented Python wrapper for the Call of
1818
- Asynchronous and Pythonic using `async` and `await`
1919
- Type checks and editor completion using [Type Hints](https://www.python.org/dev/peps/pep-0484/)
2020
- Object-oriented and predictable abstractions
21-
- 100% coverage of the supported Call of Duty API
2221

2322
## Usage
2423

@@ -73,9 +72,11 @@ async def main():
7372
asyncio.get_event_loop().run_until_complete(main())
7473
```
7574

76-
## Versioning
75+
## Releases
7776

78-
In general, CallofDuty.py follows [Semantic Versioning](https://semver.org/) as closely as possible for tagging releases of the project.
77+
CallofDuty.py follows [Semantic Versioning](https://semver.org/) for tagging releases of the project.
78+
79+
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.
7980

8081
## Contributing
8182

0 commit comments

Comments
 (0)