From 3637d02199c890b09da3b3f4874a0432f90b7d62 Mon Sep 17 00:00:00 2001 From: "Nathaniel D. Hoffman" <36977879+denehoffman@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:25:28 -0500 Subject: [PATCH] chore: release v0.1.14 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e592738..9e8741d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.14](https://github.com/denehoffman/laddu/compare/v0.1.13...v0.1.14) - 2024-12-06 + +### Added + +- add intermediate `Model` and serialization updates +- add perf commands to justfile + ## [0.1.13](https://github.com/denehoffman/laddu/compare/v0.1.12...v0.1.13) - 2024-12-05 ### Added diff --git a/Cargo.toml b/Cargo.toml index be226b9..f172c23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu" -version = "0.1.13" +version = "0.1.14" edition = "2021" description = "Amplitude analysis made short and sweet" documentation = "https://docs.rs/laddu"