diff --git a/.dictionary b/.dictionary index b376010..46af25b 100644 --- a/.dictionary +++ b/.dictionary @@ -1,6 +1,9 @@ Accessors +Changelog FontAwesome +MERCHANTABILITY MkDocs +NONINFRINGEMENT Octicons PyMdown PyPI @@ -16,4 +19,5 @@ pre pre prerelease prereleases +sublicense unittest diff --git a/.pyspelling.yml b/.pyspelling.yml index 4a9ac42..42a69b4 100644 --- a/.pyspelling.yml +++ b/.pyspelling.yml @@ -1,7 +1,7 @@ matrix: - name: markdown sources: - - README.md + - '*.md' aspell: lang: en dictionary: diff --git a/MANIFEST.in b/MANIFEST.in index d81dd1f..512785a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,4 +10,5 @@ include tox.ini include .coveragerc include LICENSE.md include README.md +include changelog.md include MANIFEST.in diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..9614701 --- /dev/null +++ b/changelog.md @@ -0,0 +1,5 @@ +# Changelog + +## 1.0 + +- **NEW**: First stable release.