Skip to content

Commit

Permalink
🔖 Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Nov 22, 2024
1 parent 9e81e1e commit b249f38
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 1.13.4
current_version = 2.0.0

[bumpversion:file:setup.cfg]

Expand Down
13 changes: 10 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,22 @@
Change history
==============

2.0.0 (2024-11-??)
2.0.0 (2024-11-22)
------------------

* upgrade to zgw-consumers 0.35.1
* remove zds-client dependency
* remove zds-client dependency and replace with ``ape_pie.APIClient``
* upgrade to notifications-api-common>=0.3.0
* replace ``get_auth_headers`` with ``generate_jwt`` util

.. warning::

The ``APICredential`` class has been removed in favor of the ``Service`` model from zgw-consumers
If your project uses OAS test utilities, make sure to install them via ``commonground-api-common[tests]``

.. warning::

The ``APICredential`` class has been removed in favor of the ``Service`` model from zgw-consumers,
a data migration is added to create ``Service`` instances from ``APICredential`` instances

.. warning::

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vng-api-common",
"version": "1.13.4",
"version": "2.0.0",
"description": "NodeJS build tooling for vng-api-common",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = commonground-api-common
version = 1.13.4
version = 2.0.0
description = Commonground API tooling
long_description = file: README.rst
url = https://github.com/maykinmedia/commonground-api-common
Expand Down
2 changes: 1 addition & 1 deletion vng_api_common/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.4"
__version__ = "2.0.0"

0 comments on commit b249f38

Please sign in to comment.