# Changelog

All notable changes to this project will be documented in this file.

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).

## [2.3.0] - 2026-04-15

### Changed

- Align with MicroAI library 2.3.0.

## [2.2.0] - 2025-08-20

### Changed

- Configure Wasm Runtime to improve inference speed.

## [2.1.0] - 2025-08-06

### Added

- Provide a way to configure inferenceMemoryPoolSize, especially necessary for lightweight backends , ex: TensorFlowLite Micro "arena size"

### Changed

- Make the LL API 64 bit compatible
- refactor versioning using catalog

## [2.0.0] - 2025-04-29

### Added

- Provide an API to reset the model interpreter, for stateful models
- changed the package path to `com.microej.pack.microai:microai-mock`

## [1.0.0] - 2025-04-15

### Added

- First version of MicroAI Mock, based on [tflite-micro](https://github.com/tensorflow/tflite-micro/tree/cdc3a3203f7721d17f6058979385a79cbd217551)

---
_Markdown_  
_Copyright 2025-2026 MicroEJ Corp. All rights reserved._  
_Use of this source code is governed by a BSD-style license that can be found with this software._  
