This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1919import os
2020import setuptools # type: ignore
2121
22- version = "0.1.1 "
22+ version = "0.2.0 "
2323
2424package_root = os .path .abspath (os .path .dirname (__file__ ))
2525
You can’t perform that action at this time.
0 commit comments