diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0391ef7f2..4ef7d98b2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,29 @@ Regolith Change Log .. current developments +0.9.0 +===== + +**Added:** + +* new helper_connect app added that will connect the databases then return back a prompt to input helper commands for + faster response +* funds_available to grants schema +* In annual activity, grants are automatically considered as projects unless specified otherwise + +**Changed:** + +* Grants lister helper now lists funding available when it is available +* exemplars moved to a json file +* lists of commands now imported from commands.py + +**Fixed:** + +* Open source title not printed when there are no OSS projects in activity builder +* gooey install moved to new pip.txt file in requirements since it doesn't install the correct version from conda-forge + + + v0.8.2 ==================== diff --git a/news/activity.rst b/news/activity.rst deleted file mode 100644 index ebc5f1a8e..000000000 --- a/news/activity.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* exemplars moved to a json file - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Open source title not printed when there are no OSS projects in activity builder - -**Security:** - -* diff --git a/news/attestations.rst b/news/attestations.rst deleted file mode 100644 index ee4488c87..000000000 --- a/news/attestations.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* funds_available to grants schema - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/cmds_to_cmds.rst b/news/cmds_to_cmds.rst deleted file mode 100644 index e917a94a4..000000000 --- a/news/cmds_to_cmds.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* lists of commands now imported from commands.py - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/grants_lists_amts.rst b/news/grants_lists_amts.rst deleted file mode 100644 index 9a7b0ae8f..000000000 --- a/news/grants_lists_amts.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Grants lister helper now lists funding available when it is available - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/helper_connect.rst b/news/helper_connect.rst deleted file mode 100644 index d2f922669..000000000 --- a/news/helper_connect.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* new helper_connect app added that will connect the databases then return back a prompt to input helper commands for - faster response - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/install_again.rst b/news/install_again.rst deleted file mode 100644 index 9a133b569..000000000 --- a/news/install_again.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* gooey install moved to new pip.txt file in requirements since it doesn't install the correct version from conda-forge - -**Security:** - -* diff --git a/news/reports.rst b/news/reports.rst deleted file mode 100644 index ef485341e..000000000 --- a/news/reports.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* In annual activity, grants are automatically considered as projects unless specified otherwise - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*