File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : false
1111 matrix :
12- stack_version : ["3.0 .0"]
12+ stack_version : ["3.1 .0"]
1313
1414 steps :
1515 - name : Checkout
Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
44## [ Unreleased]
55### Added
66### Updated APIs
7+ ### Changed
8+ ### Deprecated
9+ ### Removed
10+ ### Fixed
11+ ### Security
12+ ### Dependencies
13+
14+ ## [ 3.1.0]
15+ ### Added
16+ ### Updated APIs
717- Updated opensearch-py APIs to reflect [ opensearch-api-specification@eaf4bf8] ( https://github.com/opensearch-project/opensearch-api-specification/commit/eaf4bf830fac71c6800c3fb2b6293de0641f1ca7 )
818- Updated opensearch-py APIs to reflect [ opensearch-api-specification@3be80d7] ( https://github.com/opensearch-project/opensearch-api-specification/commit/3be80d700cccc60093ad6265a9582572c0b1e9f4 )
919- Updated opensearch-py APIs to reflect [ opensearch-api-specification@89c586c] ( https://github.com/opensearch-project/opensearch-api-specification/commit/89c586cfe65584f789e8fccc5f6c416cee1e8b3b )
@@ -304,7 +314,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
304314- Fixed link checker failing due to relative link ([ #760 ] ( https://github.com/opensearch-project/opensearch-py/pull/760 ) )
305315### Security
306316
307- [ Unreleased ] : https://github.com/opensearch-project/opensearch-py/compare/v3.0.0...HEAD
317+ [ Unreleased ] : https://github.com/opensearch-project/opensearch-py/compare/v3.1.0...HEAD
318+ [ 3.1.0 ] : https://github.com/opensearch-project/opensearch-py/compare/v3.0.0...v3.1.0
308319[ 3.0.0 ] : https://github.com/opensearch-project/opensearch-py/compare/v2.8.0...v3.0.0
309320[ 2.8.0 ] : https://github.com/opensearch-project/opensearch-py/compare/v2.7.1...v2.8.0
310321[ 2.7.1 ] : https://github.com/opensearch-project/opensearch-py/compare/v2.7.0...v2.7.1
Original file line number Diff line number Diff line change 2424# specific language governing permissions and limitations
2525# under the License.
2626
27- __versionstr__ : str = "3.0 .0"
27+ __versionstr__ : str = "3.1 .0"
You can’t perform that action at this time.
0 commit comments