Skip to content

Commit b09992f

Browse files
committed
Bump version: 3.2.1 → 3.2.2
1 parent e9f5b4f commit b09992f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "3.2.1"
2+
current_version = "3.2.2"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![coverage](https://gitlab.com/atten0/ez-code-generator/badges/master/coverage.svg)](http://www.jacoco.org/jacoco)
55
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ez-code-generator?link=https%3A%2F%2Fpypi.org%2Fproject%2Fez-code-generator)](https://pypi.org/project/ez-code-generator)
66

7-
Console tool for generating API clients, data classes and validators. Written in Kotlin, produces Kotlin and Python code. For the input it takes OpenApi document (JSON/YAML, v2.0 ‒ v3.2.1) or custom codegen schema (JSON).
7+
Console tool for generating API clients, data classes and validators. Written in Kotlin, produces Kotlin and Python code. For the input it takes OpenApi document (JSON/YAML, v2.0 ‒ v3.2.2) or custom codegen schema (JSON).
88

99
The main goal of this project is to reduce integration costs between teams in multi-service environments.
1010

@@ -139,8 +139,8 @@ Requires: Java 11
139139
Download and extract archive into current dir:
140140

141141
```shell
142-
wget -qO- https://github.com/atten/ez-code-generator/releases/download/v3.2.1/ez-codegen-3.2.1.zip | busybox unzip -
143-
cd ez-codegen-3.2.1/bin/
142+
wget -qO- https://github.com/atten/ez-code-generator/releases/download/v3.2.2/ez-codegen-3.2.2.zip | busybox unzip -
143+
cd ez-codegen-3.2.2/bin/
144144
chmod +x ez-codegen
145145
```
146146

@@ -151,7 +151,7 @@ Other versions: [Gitlab](https://gitlab.com/atten0/ez-code-generator/-/jobs/arti
151151
Requires: Java 11, Python3
152152

153153
```shell
154-
pip install ez-code-generator==3.2.1
154+
pip install ez-code-generator==3.2.2
155155
```
156156

157157
Other versions: [PYPI](https://pypi.org/project/ez-code-generator/#history)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
kotlinVersion=2.1.20
2-
version=3.2.1
2+
version=3.2.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ez-code-generator"
3-
version = "3.2.1"
3+
version = "3.2.2"
44
description = "Console tool for generating API clients, data classes and validators"
55
license = "MIT"
66
readme = "README.md"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name=ez-codegen
2-
version=3.2.1
2+
version=3.2.2

0 commit comments

Comments
 (0)