Skip to content

Commit edefc50

Browse files
authored
Merge pull request #43 from cisco-lockhart/LH-79185-minor-issues
LH-79185: Remove public api Beta note
2 parents 86777c7 + 2052548 commit edefc50

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

api-changelog.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
>**Note**:
2-
The CDO API is currently in beta and is subject to change. If you adopt a beta API, it may not be fully compatible with future versions.
3-
41
# Version 1.0.0 (2024-05-23)
52

63
## Added

scripts/cli

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ cli_update_sdk_description_parse_requirements() {
699699

700700
# :command.initialize
701701
initialize() {
702-
version="0.1.0"
702+
version="1.0.0"
703703
long_usage=''
704704
set -e
705705

scripts/src/bashly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: cli
22
help: CDO Public API documentation
3-
version: 0.1.0
3+
version: 1.0.0
44

55
commands:
66
- name: download

0 commit comments

Comments
 (0)