Skip to content

Commit

Permalink
Preparations for release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dns13 committed Nov 21, 2019
1 parent fbf719a commit e4b5f15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## 1.1.1 (unreleased)
## 1.1.1 (21.11.2019)
- reset registers to 0xFFFF when empty
- get external_data from registers 100 to 120
- update nlohmann/json library to v3.7.3 (https://github.com/nlohmann/json/releases/tag/v3.7.3)
- update cxxopts library to v2.2.0 (https://github.com/jarro2783/cxxopts/releases/tag/v2.2.0)
- update bone_helper submodule
- allow configuration of connection timeout
- add support for libmodbus versions >= 3.1.0
- add commandline options for coil and ext amounts

## 1.1.0 (17.09.2018)
- move data aquisition to parallel thread to decrease response times and jitter
Expand Down
2 changes: 1 addition & 1 deletion version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define APP_VERSION_GITREV
#endif

#define APP_DEV
#undef APP_DEV

#define APP_VERSION_MAJOR 1
#define APP_VERSION_MINOR 1
Expand Down

0 comments on commit e4b5f15

Please sign in to comment.