Skip to content

Commit

Permalink
🔖(chore) bump to version 0.7.0
Browse files Browse the repository at this point in the history
Added
- Send user newsletter subscription status in the user token
  • Loading branch information
kernicPanel committed Apr 4, 2024
1 parent 8ebafc7 commit 52068be
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.7.0] - 2024-04-04

### Added

- Send user newsletter subscription status in the user token

## [0.6.0] - 2024-03-13

### Added
Expand Down Expand Up @@ -62,7 +68,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
`API Blueprint <https://apiblueprint.org/>`\_).


[unreleased]: https://github.com/openfun/fonzie/compare/v0.6.0...master
[unreleased]: https://github.com/openfun/fonzie/compare/v0.7.0...master
[0.7.0]: https://github.com/openfun/fonzie/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/openfun/fonzie/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/openfun/fonzie/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/openfun/fonzie/compare/v0.3.0...v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
# The name for this set of Sphinx documents.
# "<project> v<release> documentation" by default.
#
# html_title = 'fonzie v0.6.0'
# html_title = 'fonzie v0.7.0'

# A shorter title for the navigation bar. Default is the same as html_title.
#
Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ well:
.. code-block:: bash
$ curl http://www.mydomain.com:8080/api/v1.0/status/version
{"version":"0.6.0"}
{"version":"0.7.0"}
Development workflow
Expand Down
4 changes: 2 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ project <https://httpie.org/>`_) to query the API:
X-Frame-Options: ALLOW
{
"version": "0.6.0"
"version": "0.7.0"
}
Expand All @@ -95,7 +95,7 @@ Alternatively, you can use ``curl``:
.. code-block:: bash
$ curl http://www.mydomain.com:8080/api/v1.0/status/version
{"version":"0.6.0"}
{"version":"0.7.0"}
The output of this command should be a JSON payload containing the running
Expand Down
2 changes: 1 addition & 1 deletion fonzie-v1-0.apib
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ API status checking.
+ Response 200 (application/json)

{
"version": "0.6.0"
"version": "0.7.0"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = fonzie
version = 0.6.0
version = 0.7.0
description = A FUN API for Open edX
long_description = file: README.rst
author = Open FUN (France Universite Numerique)
Expand Down

0 comments on commit 52068be

Please sign in to comment.