From 5ccd38c25eb6b6d225d574f5b432b1e3029b1f70 Mon Sep 17 00:00:00 2001 From: "Arikan.Li" Date: Fri, 9 Aug 2024 22:05:57 +0800 Subject: [PATCH] release: v1.0.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2d5b8a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## [v1.0.1] - 2024-08-09 + +All notable changes to this project will be documented in this file. + +### Fixed +- Resolved library linking issues for Formula, Choco, and Android executable CLI. +- Corrected the naming of the ADI project libraries (for various platforms) and the command line tool to a unified name: `adi`. +- Debian and RPM packages, which are related to Linux tools, are expected to be fixed in future versions. Currently, package management installation is not provided, but users can still compile locally or download the release for use. + +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). \ No newline at end of file