Skip to content

Commit

Permalink
bump: version 2.0.2 → 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 7, 2023
1 parent 8d824a8 commit 79d8d5c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@



## 2.1.0 (2023-11-07)

### Feat

- better readme
- add ruff dependency
- remove useless now gitpython and invoke
- remove useless scripts
- remove pre-commit dependency
- update dependencies and docker image

### Fix

- remove typescript client from version bump

## 2.0.2 (2021-08-05)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions helm_v3/pymockserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 2.0.2
version: 2.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 2.0.2
appVersion: 2.1.0
2 changes: 1 addition & 1 deletion pymockserver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pymockserver.routers import meta, mockserver
from pymockserver.tools.utils import use_route_names_as_operation_ids

__version__ = "2.0.2"
__version__ = "2.1.0"


@asynccontextmanager
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires-python = ">=3.11"

[tool.poetry]
name = "pymockserver"
version = "2.0.2"
version = "2.1.0"
description = "Simple MockServer implemented in python"
authors = ["Kudlaty <[email protected]>"]
license = "GPL-3.0"
Expand All @@ -30,7 +30,7 @@ ruff = "^0.1.4"
[tool.commitizen]
version_provider = "poetry"
name = "cz_conventional_commits"
version = "2.0.2"
version = "2.1.0"
annotated_tag = true
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 79d8d5c

Please sign in to comment.