Skip to content

Commit

Permalink
add changelog in the updating.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DoraTiger committed Apr 22, 2023
1 parent fea81c1 commit 1546e66
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,5 @@ $RECYCLE.BIN/
build/

# release dir
release/
release/
dist/
20 changes: 20 additions & 0 deletions UPDATING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Upgrading NEU_IPGW

This guide provides instructions for upgrading to specific versions of NEU_IPGW.

## v0.2.0

**Upgrading to NEU_IPGW 0.2 totally change the commonds.**

This version add support for logout and total rebuild the project and refactor the command, add support for `logout`.

* login commond `NEU_IPGW login -u username -p password`
* logout commond `NEU_IPGW logout`
* version commond `NEU_IPGW version`

## v0.1.0

The first release version of NEU_IPGW, only have a single file.

* login commond `NEU_IPGW --username username --password password`
* version commond `NEU_IPGW --version`

0 comments on commit 1546e66

Please sign in to comment.