-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3b9cfd
commit 7dcd983
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,41 @@ | ||
# Change Log | ||
|
||
## [0.0.5](https://github.com/code4romania/pyngohub/releases/tag/0.0.5)(2024-09-17) | ||
|
||
* Add user/organization endpoints for getting information | ||
* add new organization and user endpoints | ||
* get a user's profile | ||
* get an NGO user's organization's profile | ||
* get the applications of an organization's user | ||
* get the list of apps | ||
* get organization information | ||
* get user(s) information | ||
* checks for users making use of these endpoints | ||
* check if a user has an application (self and other users) | ||
* check if an organization has an application | ||
* Improve the management of tests with tox | ||
* Improve the documentation | ||
|
||
|
||
## [0.0.4](https://github.com/code4romania/pyngohub/releases/tag/0.0.4)(2024-08-21) | ||
|
||
* Add code to work with the public endpoints (i.e., `health`, `version`, `file`, `nomenclatures/*`) | ||
|
||
|
||
## [0.0.3](https://github.com/code4romania/pyngohub/releases/tag/0.0.3)(2024-08-01) | ||
|
||
* Create `publish` & `release` workflows | ||
* Add a workflow for running tests & other checks | ||
* Update the README | ||
* Add a `tox` configuration | ||
|
||
|
||
## [0.0.2](https://github.com/code4romania/pyngohub/releases/tag/0.0.2)(2024-07-31) | ||
|
||
* Update the README | ||
* Update the project classifiers | ||
|
||
|
||
## [0.0.1](https://github.com/code4romania/pyngohub/releases/tag/0.0.1)(2024-07-30) | ||
|
||
* Initial code for the package. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters