From d7858bf6551de0554e55396a92a06ab9b36be038 Mon Sep 17 00:00:00 2001 From: arctic-hen7 Date: Mon, 29 May 2023 09:00:13 +1000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=94=96=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f952c..2897fd7 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. +### [0.1.5](https://github.com/arctic-hen7/forne/compare/v0.1.4...v0.1.5) (2023-05-28) + + +### Features + +* added sm-2 implementation ([37c7a67](https://github.com/arctic-hen7/forne/commit/37c7a677099346c316f0c1d2b5469854c21de9db)) + + +### Bug Fixes + +* allowed longer-term learning algorithms ([d0af213](https://github.com/arctic-hen7/forne/commit/d0af2130721971140474b44438ab66afbe1af2c4)) +* fixed gitignore ([3c30b19](https://github.com/arctic-hen7/forne/commit/3c30b19094aacaa75e171bc32f18e20790375504)) + ### [0.1.4](https://github.com/arctic-hen7/forne/compare/v0.1.3...v0.1.4) (2023-05-26) diff --git a/Cargo.toml b/Cargo.toml index a9612e6..ed0de9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forne" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "A Turing-complete but dead-simple spaced repetition CLI that helps you learn stuff." authors = ["arctic-hen7 "]