Skip to content

Commit

Permalink
Bump to version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Sep 17, 2024
1 parent e3b9cfd commit 7dcd983
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
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.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[project]
name = "NGOHub"
version = "0.0.4"
version = "0.0.5"
description = "Python client for ngohub.ro API"
readme = "README.md"

classifiers = [
"Development Status :: 1 - Planning",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 7dcd983

Please sign in to comment.