File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## [ 0.63.0] ( https://github.com/googleapis/gapic-generator-python/compare/v0.62.1...v0.63.0 ) (2022-02-03)
5
+
6
+
7
+ ### Features
8
+
9
+ * adds dynamic routing files. ([ 8c191a5] ( https://github.com/googleapis/gapic-generator-python/commit/8c191a5475f208213806fff81c0efa1d26216cd9 ) )
10
+ * adds dynamic routing. ([ #1135 ] ( https://github.com/googleapis/gapic-generator-python/issues/1135 ) ) ([ 8c191a5] ( https://github.com/googleapis/gapic-generator-python/commit/8c191a5475f208213806fff81c0efa1d26216cd9 ) )
11
+ * enable snippetgen for default templates ([ #1171 ] ( https://github.com/googleapis/gapic-generator-python/issues/1171 ) ) ([ c1af051] ( https://github.com/googleapis/gapic-generator-python/commit/c1af051743dde2fb40e028c51de85dfea47a793d ) )
12
+
4
13
### [ 0.62.1] ( https://github.com/googleapis/gapic-generator-python/compare/v0.62.0...v0.62.1 ) (2022-02-02)
5
14
6
15
Original file line number Diff line number Diff line change 20
20
21
21
PACKAGE_ROOT = os .path .abspath (os .path .dirname (__file__ ))
22
22
23
- version = "0.62.1 "
23
+ version = "0.63.0 "
24
24
25
25
with io .open (os .path .join (PACKAGE_ROOT , "README.rst" )) as file_obj :
26
26
README = file_obj .read ()
You can’t perform that action at this time.
0 commit comments