Skip to content

Commit ddf9889

Browse files
committed
Maintain version information
1 parent 7a87bfc commit ddf9889

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
[
2+
{
3+
"date": "2023-02-17",
4+
"version": "3.202302.5",
5+
"Changed": [
6+
"Complete Feature Request [Issue 100](https://github.com/SAP-samples/hana-developer-cli-tool-example/issues/100) Add Views to massConvert",
7+
"Equalize the interface and parameters between inspectTable and inspectView",
8+
"Add new parameters to massConvert to allow logging errors and continue processing rather than stopping on error",
9+
"Add list Views to the Web UI",
10+
"Add inspectView to the Web UI",
11+
"Add link between Views and inspectView in the Web UI",
12+
"External Dependency Updates - CDS-DK to 6.5.2 and SAPUI5 to 1.110.1",
13+
"Add progress bar to the massConvert command in the terminal",
14+
"Add new fancy table output based upon terminal-kit"
15+
16+
]
17+
},
218
{
319
"date": "2023-02-14",
420
"version": "3.202302.4",

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [3.202302.5] - 2023-02-17
8+
9+
**Changed**
10+
11+
- Complete Feature Request [Issue 100](https://github.com/SAP-samples/hana-developer-cli-tool-example/issues/100) Add Views to massConvert
12+
- Equalize the interface and parameters between inspectTable and inspectView
13+
- Add new parameters to massConvert to allow logging errors and continue processing rather than stopping on error
14+
- Add list Views to the Web UI
15+
- Add inspectView to the Web UI
16+
- Add link between Views and inspectView in the Web UI
17+
- External Dependency Updates - CDS-DK to 6.5.2 and SAPUI5 to 1.110.1
18+
- Add progress bar to the massConvert command in the terminal
19+
- Add new fancy table output based upon terminal-kit
20+
721
## [3.202302.4] - 2023-02-14
822

923
**Changed**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hana-cli",
3-
"version": "3.202302.4",
3+
"version": "3.202302.5",
44
"description": "HANA Developer Command Line Interface",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)