Release v0.10.5
This commit is contained in:
parent
2453f35bae
commit
2ff244eeaf
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ A Makefile for Arduino Sketches
|
||||||
|
|
||||||
The following is the rough list of changes that went into different versions. I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
|
The following is the rough list of changes that went into different versions. I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
|
||||||
|
|
||||||
### 0.10.5 (in development)
|
### 0.10.5
|
||||||
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.
|
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.
|
||||||
- Allow adding extra common dependencies (COMMON_DEPS) (https://github.com/gaftech)
|
- Allow adding extra common dependencies (COMMON_DEPS) (https://github.com/gaftech)
|
||||||
- Added ifndef ARDUINO_VAR_PATH for compiling for the attiny (https://github.com/danielesteban)
|
- Added ifndef ARDUINO_VAR_PATH for compiling for the attiny (https://github.com/danielesteban)
|
||||||
|
|
|
@ -59,7 +59,7 @@ is set to `$HOME/sketchbook`.
|
||||||
|
|
||||||
## Versioning
|
## Versioning
|
||||||
|
|
||||||
The current version of the makefile is `0.10.4`. You can find the full history in the [HISTORY.md](HISTORY.md) file
|
The current version of the makefile is `0.10.5`. You can find the full history in the [HISTORY.md](HISTORY.md) file
|
||||||
|
|
||||||
This project adheres to Semantic [Versioning 2.0](http://semver.org/).
|
This project adheres to Semantic [Versioning 2.0](http://semver.org/).
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#
|
#
|
||||||
# Original Arduino adaptation by mellis, eighthave, oli.keller
|
# Original Arduino adaptation by mellis, eighthave, oli.keller
|
||||||
#
|
#
|
||||||
# Current version: 0.10.4
|
# Current version: 0.10.5
|
||||||
#
|
#
|
||||||
# Refer to HISTORY.md file for complete history of changes
|
# Refer to HISTORY.md file for complete history of changes
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue