Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bxparks committed Feb 20, 2021
1 parent 43ee34a commit 04add48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
#include "StdioSerial.h"

// xx.yy.zz => xxyyzz (without leading 0)
#define EPOXY_DUINO_VERSION 500
#define EPOXY_DUINO_VERSION_STRING "0.5"
#define EPOXY_DUINO_VERSION 600
#define EPOXY_DUINO_VERSION_STRING "0.6"

// Used by digitalRead() and digitalWrite()
#define HIGH 0x1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

* Unreleased
* 0.6 (2021-02-19)
* Add `libraries/EpoxyFS`, an implementation of the ESP8266 `FS` file system
that runs on Linux and MacOS.
* Add `delayMicroSeconds()`, `WCharacter.h`, and stub implementations of
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The disadvantages are:
environments (e.g. 16-bit `int` versus 32-bit `int`, or 32-bit `long` versus
64-bit `long`).

**Version**: 0.5 (2021-01-21)
**Version**: 0.6 (2021-02-19)

**Changelog**: See [CHANGELOG.md](CHANGELOG.md)

Expand Down

0 comments on commit 04add48

Please sign in to comment.