From ca6001c9cab49c37a1fcf97f3f4998c7ed1382b3 Mon Sep 17 00:00:00 2001 From: laqieer Date: Fri, 2 Jul 2021 22:43:05 +0800 Subject: [PATCH] chore(release): 2.0.0 --- CHANGELOG.md | 13 +++++++++++++ VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b925b..49effaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.0](https://github.com/laqieer/libsavgba/compare/v1.2.0...v2.0.0) (2021-07-02) + + +### ⚠ BREAKING CHANGES + +* add a parameter to specify the flash size to flash_init(), just pass `0` if you +don't want to specify it, then it will be detected automatically by flash chip identification +operation + +### Features + +* add backup media support for 128KB Flash ([faefc2b](https://github.com/laqieer/libsavgba/commit/faefc2bcdf0586a17affb70fb2ad4587faf6d432)) + ## [1.2.0](https://github.com/laqieer/libsavgba/compare/v1.1.0...v1.2.0) (2021-07-02) diff --git a/VERSION b/VERSION index 867e524..359a5b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +2.0.0 \ No newline at end of file