Skip to content

Commit

Permalink
Merge pull request #80 from sergeyklay/release/v1.8.0
Browse files Browse the repository at this point in the history
Release/v1.8.0
  • Loading branch information
sergeyklay authored Feb 26, 2023
2 parents 8b06ba0 + b01ab51 commit 13adcfa
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 89 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/codeql-analysis.yaml

This file was deleted.

36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,42 @@ This file contains a brief summary of new features and dependency changes or
releases, in reverse chronological order.


1.8.0 (2023-02-26)
------------------

Features
^^^^^^^^

* Provided ability to create products.


Breaking Changes
^^^^^^^^^^^^^^^^

* Renamed project name from ``Specmatic Testing Example`` to
``Contract Testing Example``.
* Renamed OpenAPI directory and filename to reflect its purpose from
``contracts`` to ``openapi``.
* Renamed Python package from ``products`` to ``provider``.


Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^

* Amended tests.
* Minor documentation improvements and fixes.
* Refactor ``redocly`` linter configuration.
* Remove no longer needed ``spectral`` linter.
* Simplify ``setup.py`` to provide long description.
* Bump ``markdown-it-py`` from 2.1.0 to 2.2.0.
* Bump ``python-dotenv`` from 0.21.1 to 1.0.0.
* Bump ``faker`` from 17.0.0 to 17.1.0.
* Bump ``actions/labeler`` from 4.0.2 to 4.1.0.


----


1.7.0 (2023-02-22)
------------------

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ init: $(VENV_PYTHON)
install: $(REQUIREMENTS)
@echo $(CS)Installing $(PKG_NAME) and all its dependencies$(CE)
$(VENV_BIN)/pip-sync $^
$(VENV_PIP) install --progress-bar=off -e .
@echo

.PHONY: uninstall
Expand Down
16 changes: 8 additions & 8 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": "provider-pact-example",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"description": "Complete Contract Testing solution solution for API, which can used by client applications",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""

__copyright__ = 'Copyright (C) 2023 Serghei Iakovlev'
__version__ = '1.7.0'
__version__ = '1.8.0'
__license__ = 'MIT'
__author__ = 'Serghei Iakovlev'
__author_email__ = 'egrep@protonmail.ch'
Expand Down

0 comments on commit 13adcfa

Please sign in to comment.