aboutsummaryrefslogtreecommitdiff
path: root/embassy-net-enc28j60
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2025-08-16 13:26:49 +0200
committerUlf Lilleengen <[email protected]>2025-08-25 19:44:51 +0200
commitfb2741fb8493b27af3becaaaca1589bdde92ff76 (patch)
treefd4e461eabe3d04908b98a054ba18d58c50005e2 /embassy-net-enc28j60
parenta716489ef28e25c351c2eab08b6ab76439531082 (diff)
add missing
Diffstat (limited to 'embassy-net-enc28j60')
-rw-r--r--embassy-net-enc28j60/CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/embassy-net-enc28j60/CHANGELOG.md b/embassy-net-enc28j60/CHANGELOG.md
new file mode 100644
index 000000000..84f144f99
--- /dev/null
+++ b/embassy-net-enc28j60/CHANGELOG.md
@@ -0,0 +1,13 @@
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8<!-- next-header -->
9## Unreleased - ReleaseDate
10
11## 0.1.1 - 2025-08-16
12
13- First release with changelog.