From 2d1c8426d944e5010ec192182a083689db40496c Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Tue, 14 May 2024 20:37:54 -0700 Subject: [PATCH] Update the library version to 0.28.0 --- CHANGELOG.md | 2 +- README.md | 2 +- library.json | 2 +- library.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4078b488..5723ecc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/README.md b/README.md index 85541298..f25ce178 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/library.json b/library.json index edb9b6d0..2f2aa538 100644 --- a/library.json +++ b/library.json @@ -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", diff --git a/library.properties b/library.properties index ad9b36e9..1140386f 100644 --- a/library.properties +++ b/library.properties @@ -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 maintainer=Shawn Silverman sentence=An lwIP-based Ethernet library for Teensy 4.1 and possibly some other platforms.