Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dsietz committed Nov 17, 2021
1 parent 2462c16 commit 964b6da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "test-data-generation"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
authors = ["dsietz <davidsietz@yahoo.com>"]
repository = "https://github.com/dsietz/test-data-generation.git"
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,18 @@ or production environment (option #1 above)

## What's New

Here's what's new in 0.3.2:
Here's what's new ...
**0.3.0**
+ [Fix for issue #90](https://github.com/dsietz/test-data-generation/issues/90)
> Every effort has been made to automatically convert to the latest version of the DSP object when loading from a saved dsp file from a prior version, (e.g.: 0.2.1), however, it is not guaranteed.
+ [Added issue #91](https://github.com/dsietz/test-data-generation/issues/91)
> Optional parameters for setting the delimiter when analyzing and generating csv files.
**0.3.1**
+ [Fixed issue #93](https://github.com/dsietz/test-data-generation/issues/93)
**0.3.2**
+ [Fixed typos](https://github.com/dsietz/test-data-generation/pull/95)
**0.3.3**
+ [Improved performance](https://github.com/dsietz/test-data-generation/pull/98)

## About

Expand Down

0 comments on commit 964b6da

Please sign in to comment.