We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a95fb commit 28c0fe8Copy full SHA for 28c0fe8
packages/proto-plus/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.15.0](https://www.github.com/googleapis/proto-plus-python/compare/v1.14.3...v1.15.0) (2021-03-10)
4
+
5
6
+### Features
7
8
+* allow_alias for enums ([#207](https://www.github.com/googleapis/proto-plus-python/issues/207)) ([6d4d713](https://www.github.com/googleapis/proto-plus-python/commit/6d4d71399f494b9f3bd47b6f3ef0b6d3c0c547b5))
9
10
### [1.14.3](https://www.github.com/googleapis/proto-plus-python/compare/v1.14.2...v1.14.3) (2021-03-04)
11
12
packages/proto-plus/setup.py
@@ -17,7 +17,7 @@
17
18
from setuptools import find_packages, setup
19
20
-version = "1.14.3"
+version = "1.15.0"
21
22
PACKAGE_ROOT = os.path.abspath(os.path.dirname(__file__))
23
0 commit comments