From 24f4a851d65ad060c2bac1762d288035f789d5e5 Mon Sep 17 00:00:00 2001 From: elehobica Date: Mon, 4 Mar 2024 21:39:11 +0900 Subject: [PATCH] revise CHANGELOG.md for Release v0.9.3 --- CHANGELOG.md | 6 ++++-- src/main.cpp | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a97a5cd..8048117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + + +## [v0.9.3] - 2024-03-06 ### Fixed * Fix build error of "cannot find -lmy_pico_stdio_usb_headers" -* Delete obsolete CENTER button completely not to disturb other button actions when pullup is not attached. [issue](https://github.com/elehobica/RPi_Pico_WAV_Player/issues/4) +* Delete obsolete CENTER button completely not to disturb other button actions when pullup is not attached. [issue#4](https://github.com/elehobica/RPi_Pico_WAV_Player/issues/4) ### Changed * Support pico-sdk 1.5.1 (previously 1.4.0) * Update FatFs R0.15 (previously R0.14b) -* Changed to use submodules for pico_fatfs and pico_st7735_80x160 libraries * Remove external pullup resistors for PLUS, MINUS buttons * Remove external pullup resistors for MISO, MOSI of microsd SPI * Clean up libraries. pico_fatfs and pico_st7735_80x160 are switched to submodules. diff --git a/src/main.cpp b/src/main.cpp index a81cd06..6d80149 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -13,7 +13,7 @@ #include "power_manage.h" #include "ui_control.h" -const char *VersionStr = "0.9.2"; +const char *VersionStr = "0.9.3"; static inline uint32_t _millis(void) {