From 8433f7919f9f89adde9b6843476fc08a1b0d8bcd Mon Sep 17 00:00:00 2001 From: abhiabhi94 <13880786+abhiabhi94@users.noreply.github.com> Date: Thu, 11 Mar 2021 21:03:53 +0530 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20=F0=9F=9A=80=20Update?= =?UTF-8?q?=20release=20notes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 110 +++++++++++++++++++++++++++++++++++++++++++++ docs/changelog.rst | 22 +-------- 2 files changed, 111 insertions(+), 21 deletions(-) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..73fe5e9 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,110 @@ +Changelog +========= + +`v1.0.1 `__ (2021-03-11) +----------------------------------------------------------------------------------- + +`Full +Changelog `__ + +**Fixed bugs:** + +- Use of \`get\_user\_model' at module level in manager causes circular + import + `#19 `__ + +**Merged pull requests:** + +- fix: 🐛 version number according to PEP440 + `#24 `__ + (`abhiabhi94 `__) +- 🚨 Switch to pytest + `#23 `__ + (`abhiabhi94 `__) +- :memo: Cleanup to have just one source of truth + `#22 `__ + (`abhiabhi94 `__) +- :truck: chore: Rename master branch to main + `#20 `__ + (`abhiabhi94 `__) +- Avoid circular import issues. + `#18 `__ + (`TSolo315 `__) +- Add test for the case when drf is not installed + `#16 `__ + (`abhiabhi94 `__) + +`v1.0.0 `__ (2020-11-17) +----------------------------------------------------------------------------------- + +`Full +Changelog `__ + +**Merged pull requests:** + +- Update docs for release of v1.0.0 + `#15 `__ + (`abhiabhi94 `__) +- Fix API response + `#14 `__ + (`abhiabhi94 `__) +- Add app settings + `#13 `__ + (`abhiabhi94 `__) +- Add pypi badge, fix changelog documentation + `#12 `__ + (`abhiabhi94 `__) + +`v0.1.1 `__ (2020-10-22) +----------------------------------------------------------------------------------- + +`Full +Changelog `__ + +**Merged pull requests:** + +- Release v0.1.1 + `#11 `__ + (`abhiabhi94 `__) +- Fix icon title when flagging/unflagging + `#10 `__ + (`abhiabhi94 `__) +- Fix template for unauthenticated users + `#9 `__ + (`abhiabhi94 `__) +- Fix Readme links + `#8 `__ + (`abhiabhi94 `__) +- Fix travis CI to deploy only once + `#7 `__ + (`abhiabhi94 `__) +- Add sphninx read the docs theme, release first version + `#6 `__ + (`abhiabhi94 `__) + +`v0.1.0 `__ (2020-09-28) +----------------------------------------------------------------------------------- + +`Full +Changelog `__ + +**Merged pull requests:** + +- Fix build for docs + `#5 `__ + (`abhiabhi94 `__) +- Fix language on GitHub + `#4 `__ + (`abhiabhi94 `__) +- Release and deploy to PyPI, add manifest file + `#3 `__ + (`abhiabhi94 `__) +- Add documentation + `#2 `__ + (`abhiabhi94 `__) +- Change format for documentation files to RST + `#1 `__ + (`abhiabhi94 `__) + +\* *This Changelog was automatically generated by +`github\_changelog\_generator `__* diff --git a/docs/changelog.rst b/docs/changelog.rst index 4b98541..565b052 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,21 +1 @@ -Changelog -========= - -1.0.0 ------ - -- Fix API response. -- Change parameter name to set amount of reports/flags to ``FLAG_ALLOWED``. - -0.1.1 ------ - -- Fix a bug that prevented icon's title when flagging/unflagging using templates. -- Fix template to redirect unauthenticated users to login page when try to flag. -- Fix links in the readme on PyPi. - - -0.1.0 ------ - -First release +.. include:: ../CHANGELOG.rst