Skip to content

Commit

Permalink
Changed version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed Apr 28, 2019
1 parent 9b97c8d commit 2624a75
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,10 @@
- Chip database.
### Fixed
- Disconnect on the first connection.

## [2.2.0] - 2019-04-28
### Added
- Windows support.
- Added description of error codes.
### Fixed
- Fixed multiple prints of read ID completed log message.

6 changes: 6 additions & 0 deletions debian/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nando (2.2.0-1ubuntu3) stable; urgency=medium

* Added Windows support. Implemented description of error codes.

-- bogdan <bogdan@hp> Sun, 28 Apr 2019 17:20:59 +0300

nando (2.1.0-1ubuntu2) stable; urgency=medium

* Implemented chip database. Fixed disconnect of the first connection.
Expand Down
5 changes: 4 additions & 1 deletion debian/release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY_NAME=nando
RELEASE=2.1.0
RELEASE=2.2.0
FULL_NAME=$BINARY_NAME-$RELEASE
TAR_NAME=$FULL_NAME.tar.gz
[email protected]
Expand All @@ -12,6 +12,9 @@ DEB_RELEASE_DIR=release
# generate private key
# gpg --gen-key

# change log
# dch -i

rm -rf $DEB_RELEASE_DIR
mkdir $DEB_RELEASE_DIR
mkdir $DEB_RELEASE_DIR/$FULL_NAME
Expand Down
2 changes: 1 addition & 1 deletion firmware/version.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#ifndef _VERSION_H_
#define _VERSION_H_

#define SW_VERSION "2.1.0"
#define SW_VERSION "2.2.0"

#endif

0 comments on commit 2624a75

Please sign in to comment.