Skip to content

Commit

Permalink
Update the library version to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed May 15, 2024
1 parent 4460016 commit 2d1c842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.28.0]

### Added
* Added raw frame loopback support and a `QNETHERNET_ENABLE_RAW_FRAME_LOOPBACK`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ or

# _QNEthernet_, an lwIP-Based Ethernet Library For Teensy 4.1 and possibly some other platforms

_Version: 0.28.0-snapshot_
_Version: 0.28.0_

The _QNEthernet_ library provides Ethernet functionality for the Teensy 4.1 and
possibly some other platforms. It's designed to be compatible with the
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "git",
"url": "https://github.com/ssilverman/QNEthernet"
},
"version": "0.28.0-snapshot",
"version": "0.28.0",
"license": "AGPL-3.0-or-later",
"homepage": "https://github.com/ssilverman/QNEthernet",
"frameworks": "arduino",
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://arduino.github.io/arduino-cli/latest/library-specification/
name=QNEthernet
version=0.28.0-snapshot
version=0.28.0
author=Shawn Silverman <[email protected]>
maintainer=Shawn Silverman <[email protected]>
sentence=An lwIP-based Ethernet library for Teensy 4.1 and possibly some other platforms.
Expand Down

0 comments on commit 2d1c842

Please sign in to comment.