diff --git a/CHANGELOG.md b/CHANGELOG.md index 162e434..8da6dae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [v0.13.1] +### Changed +- Internal performance and stability improvements for RT prediction & LDA + ## [v0.13.0] ### Added - Better error reporting thanks to @Elendol diff --git a/Cargo.lock b/Cargo.lock index a3884a7..4873120 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1450,7 +1450,7 @@ checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" [[package]] name = "sage-cli" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "clap", @@ -1485,7 +1485,7 @@ dependencies = [ [[package]] name = "sage-core" -version = "0.13.0" +version = "0.13.1" dependencies = [ "async-compression", "base64 0.13.1", diff --git a/crates/sage-cli/Cargo.toml b/crates/sage-cli/Cargo.toml index d50d8d4..ed7bd47 100644 --- a/crates/sage-cli/Cargo.toml +++ b/crates/sage-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sage-cli" -version = "0.13.0" +version = "0.13.1" authors = ["Michael Lazear