From fb9283d8aadf438f7c225864611d3c17a2270ec6 Mon Sep 17 00:00:00 2001 From: Art Rand Date: Sat, 8 Jun 2024 00:50:55 +0000 Subject: [PATCH] Prep 0.3.1RC1 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d40de5..a8f55f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.3.1rc1] +### Fixes +- [find-motifs] Bug where error would be reported when output tables are specified. Fixes #195 +### Adds +- [extract] Allows streaming read calls table directly to stdout. + + ## [v0.3.0] ### Fixes - [validate] Fix bug where observations were not being balanced correctly. diff --git a/Cargo.toml b/Cargo.toml index 0001e85..ed9753a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mod_kit" -version = "0.3.0" +version = "0.3.1" edition = "2021" [[bin]]