From 3efd459c22ce784bdcd6266d43ca3c78e2284435 Mon Sep 17 00:00:00 2001 From: Andreas Neuhaus Date: Tue, 29 Oct 2024 23:55:20 +0100 Subject: [PATCH] Release 0.1.0 --- firmware/CHANGELOG.md | 9 ++++++++- firmware/Cargo.lock | 2 +- firmware/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/firmware/CHANGELOG.md b/firmware/CHANGELOG.md index 2c94ec6..fccecf4 100644 --- a/firmware/CHANGELOG.md +++ b/firmware/CHANGELOG.md @@ -7,4 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -- First release +## 0.1.0 - 2024-10-30 + +- Showcased on general meeting +- Simple flow: authorize user by NFC, select number of drinks, confirm, purchase +- Purchases are created on Vereinsflieger +- Fetch article price from Vereinsflieger +- Fetch list of authorized users and their NFC uid from Vereinsflieger +- Static configuration stored on device flash diff --git a/firmware/Cargo.lock b/firmware/Cargo.lock index 231ea32..3c97aaa 100644 --- a/firmware/Cargo.lock +++ b/firmware/Cargo.lock @@ -1929,7 +1929,7 @@ dependencies = [ [[package]] name = "touch-n-drink" -version = "0.0.0" +version = "0.1.0" dependencies = [ "chrono", "display-interface", diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml index d579b32..8246edc 100644 --- a/firmware/Cargo.toml +++ b/firmware/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "touch-n-drink" -version = "0.0.0" +version = "0.1.0" authors = ["Andreas Neuhaus "] edition = "2021" description = "Firmware for cashless payment device for cold drinks at the aeroclub at EDLH"