Skip to content

Commit 4ed1848

Browse files
committed
Fix readme and changelog
1 parent 4f96d6b commit 4ed1848

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

BUILD.md

+8
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ Use the command below to run unit tests.
4545
```sh
4646
tox -epy38
4747
```
48+
49+
### Regenerate protobuf
50+
51+
Use the command below for regenerate protobuf code.
52+
53+
```sh
54+
make protobuf
55+
```

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* Regenerate protobuf code from public api protos (some private protobufs was removed)
2+
* Remove internal S3 client code
3+
14
## 2.11.0 ##
25

36
* removed unused experimental client from ydb python sdk.

0 commit comments

Comments
 (0)