Skip to content

Commit 2624a75

Browse files
committed
Changed version to 2.2.0
1 parent 9b97c8d commit 2624a75

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
- Chip database.
1515
### Fixed
1616
- Disconnect on the first connection.
17-
17+
## [2.2.0] - 2019-04-28
18+
### Added
19+
- Windows support.
20+
- Added description of error codes.
21+
### Fixed
22+
- Fixed multiple prints of read ID completed log message.
1823

debian/debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
nando (2.2.0-1ubuntu3) stable; urgency=medium
2+
3+
* Added Windows support. Implemented description of error codes.
4+
5+
-- bogdan <bogdan@hp> Sun, 28 Apr 2019 17:20:59 +0300
6+
17
nando (2.1.0-1ubuntu2) stable; urgency=medium
28

39
* Implemented chip database. Fixed disconnect of the first connection.

debian/release.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BINARY_NAME=nando
2-
RELEASE=2.1.0
2+
RELEASE=2.2.0
33
FULL_NAME=$BINARY_NAME-$RELEASE
44
TAR_NAME=$FULL_NAME.tar.gz
55
@@ -12,6 +12,9 @@ DEB_RELEASE_DIR=release
1212
# generate private key
1313
# gpg --gen-key
1414

15+
# change log
16+
# dch -i
17+
1518
rm -rf $DEB_RELEASE_DIR
1619
mkdir $DEB_RELEASE_DIR
1720
mkdir $DEB_RELEASE_DIR/$FULL_NAME

firmware/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef _VERSION_H_
22
#define _VERSION_H_
33

4-
#define SW_VERSION "2.1.0"
4+
#define SW_VERSION "2.2.0"
55

66
#endif

0 commit comments

Comments
 (0)