Skip to content

Commit

Permalink
Version bump to v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4-20ma committed May 22, 2015
1 parent 992400e commit f82796f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [v0.11.0 (2015-05-22)](https://github.com/4-20ma/ModbusMaster/tree/v0.11.0)
- Fix broken links in HISTORY, Rakefile
- Add RX flush, increase response timeout
- Insert missing space
- Add comment clarifying flush() is tx buffer only
- Fix MBSerial pointer from . to ->
- Update architecture switch

---
## [v0.10.3 (2015-05-22)](https://github.com/4-20ma/ModbusMaster/tree/v0.10.3)
- Adjust doxygen comments to be consistent
- Replace C macros w/inline functions
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.3
0.11.0
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ModbusMaster"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v0.10.3
PROJECT_NUMBER = v0.11.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Binary file added doc/ModbusMaster reference-0.11.0.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ModbusMaster
version=0.10.3
version=0.11.0
author=Doc Walker
maintainer=Doc Walker <[email protected]>
sentence=Enlighten your Arduino to be a Modbus master.
Expand Down

0 comments on commit f82796f

Please sign in to comment.