Skip to content

Commit 0d59bfe

Browse files
authored
Clean up after 0.13.0 release (opensearch-project#209)
Signed-off-by: karenx <karenx@uber.com> Co-authored-by: karenx <karenx@uber.com>
1 parent 9555e01 commit 0d59bfe

5 files changed

Lines changed: 19 additions & 7 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66
### Added
7-
- proto Conversion Tooling support vendor extension `x-protobuf-excluded` ([#192](https://github.com/opensearch-project/opensearch-protobufs/pull/192))
87

98
### Changed
10-
- Modify `searchResponse` and `bulkResponse` according to the updated spec and remove the error response. ([#194](https://github.com/opensearch-project/opensearch-protobufs/pull/194))
11-
- Use separate `GlobalParams` message ([#207](https://github.com/opensearch-project/opensearch-protobufs/pull/207))
129

1310
### Removed
1411

1512
### Fixed
16-
- Update python wheel versioning to read from version.properties ([#201](https://github.com/opensearch-project/opensearch-protobufs/pull/201))
1713

1814
### Security

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ git push upstream <version>
2020
```
2121
2. Wait for Github Actions to run and open the newly created issue. Two maintainers should comment `approve` in the issue.
2222
3. Wait for Jenkins to be triggered, pull the artifacts built by Actions, push to sonatype release channel on remote. Wait for an hour or so for Sonatype to copy it into Maven Central.
23-
4. Bump [version.properties](./version.properties) as well as the py_wheel `version` property in the top level [BUILD.bazel](./BUILD.bazel), update [release-notes](./release-notes/), and clean up entries from [CHANGELOG.md](./CHANGELOG.md) via a PR.
23+
4. Bump [version.properties](./version.properties), update [release-notes](./release-notes/), and clean up entries from [CHANGELOG.md](./CHANGELOG.md) via a PR.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Version 0.13.0 (2025-09-15) Release Notes
2+
3+
4+
### Added
5+
- proto Conversion Tooling support vendor extension `x-protobuf-excluded` ([#192](https://github.com/opensearch-project/opensearch-protobufs/pull/192))
6+
7+
### Changed
8+
- Modify `searchResponse` and `bulkResponse` according to the updated spec and remove the error response. ([#194](https://github.com/opensearch-project/opensearch-protobufs/pull/194))
9+
- Use separate `GlobalParams` message ([#207](https://github.com/opensearch-project/opensearch-protobufs/pull/207))
10+
11+
### Removed
12+
13+
### Fixed
14+
- Update python wheel versioning to read from version.properties ([#201](https://github.com/opensearch-project/opensearch-protobufs/pull/201))
15+
16+
### 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.13.0"
4+
VERSION = "0.14.0"

version.properties

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

0 commit comments

Comments
 (0)