Skip to content

Commit f88e3c7

Browse files
authored
clean up after 0.12.0 release (opensearch-project#206)
Signed-off-by: Karen Xu <karenxyr@gmail.com>
1 parent 35473b9 commit f88e3c7

5 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44

55
## [Unreleased]
66
### Added
7-
- Proto Convertion tooling support null value ([#189](https://github.com/opensearch-project/opensearch-protobufs/pull/189))
8-
- Add `geo_distance` and `geo_bounding_box` to QueryContainer. ([#188](https://github.com/opensearch-project/opensearch-protobufs/pull/188))
97
- proto Conversion Tooling support vendor extension `x-protobuf-excluded` ([#192](https://github.com/opensearch-project/opensearch-protobufs/pull/192))
108

119
### Changed
12-
- Update `RangeQuery` and `NestedQuery` protobuf type ([#196](https://github.com/opensearch-project/opensearch-protobufs/pull/196))
1310
- Modify `searchResponse` and `bulkResponse` according to the updated spec and remove the error response. ([#194](https://github.com/opensearch-project/opensearch-protobufs/pull/194))
1411

1512
### Removed

release-notes/opensearch-protobufs.release-notes-0.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 0.11.0 (2025-09-13) Release Notes
1+
## Version 0.11.0 (2025-09-09) Release Notes
22

33
### Added
44
- Publish opensearch-protos python package to PyPi. ([#183](https://github.com/opensearch-project/opensearch-protobufs/pull/183))
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Version 0.12.0 (2025-09-11) Release Notes
2+
3+
### Added
4+
- Proto Convertion tooling support null value ([#189](https://github.com/opensearch-project/opensearch-protobufs/pull/189))
5+
- Add `geo_distance` and `geo_bounding_box` to QueryContainer. ([#188](https://github.com/opensearch-project/opensearch-protobufs/pull/188))
6+
7+
### Changed
8+
- Update `RangeQuery` and `NestedQuery` protobuf type ([#196](https://github.com/opensearch-project/opensearch-protobufs/pull/196))
9+
10+
### Removed
11+
12+
### Fixed
13+
14+
### Security

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information read from version.properties."""
22

33
# This file is generated - do not edit manually
4-
VERSION = "0.12.0"
4+
VERSION = "0.13.0"

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.12.0
1+
version=0.13.0

0 commit comments

Comments
 (0)