Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 1c69b1e

Browse files
chore: release 0.2.0 (#12)
* updated CHANGELOG.md [ci skip] * updated setup.cfg [ci skip] * updated setup.py Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 952f47e commit 1c69b1e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.2.0](https://www.github.com/googleapis/python-game-servers/compare/v0.1.1...v0.2.0) (2020-07-13)
4+
5+
6+
### Features
7+
8+
* add async support ([#20](https://www.github.com/googleapis/python-game-servers/issues/20)) ([952f47e](https://www.github.com/googleapis/python-game-servers/commit/952f47e2094c0246953ae537add751fe0159710b))
9+
* add mtls support and resource path parse methods ([#10](https://www.github.com/googleapis/python-game-servers/issues/10)) ([dabeec7](https://www.github.com/googleapis/python-game-servers/commit/dabeec79e08c52e1616e890cb3b39aac729da115))
10+
* add resource path parse methods ([#13](https://www.github.com/googleapis/python-game-servers/issues/13)) ([1b85e6c](https://www.github.com/googleapis/python-game-servers/commit/1b85e6c6523fc588f235fd9e320238101c63fade))
11+
12+
13+
### Documentation
14+
15+
* add multiprocessing ([#11](https://www.github.com/googleapis/python-game-servers/issues/11)) ([3528a72](https://www.github.com/googleapis/python-game-servers/commit/3528a72c887b51b2dd0484869d028ed8f98c8c79))
16+
317
### [0.1.1](https://www.github.com/googleapis/python-game-servers/compare/v0.1.0...v0.1.1) (2020-03-23)
418

519

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import setuptools # type: ignore
2121

22-
version = "0.1.1"
22+
version = "0.2.0"
2323

2424
package_root = os.path.abspath(os.path.dirname(__file__))
2525

0 commit comments

Comments
 (0)