Skip to content

Commit

Permalink
Update version = v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennytm committed Dec 3, 2018
1 parent 1df862e commit e2025bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dbgen"
version = "0.2.0"
version = "0.3.0"
authors = ["kennytm <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -43,7 +43,7 @@ rand_xorshift = "0.1"
shlex = "0.1"

[dev-dependencies]
regex = "1.0"
regex = "1.1"
tempfile = "3.0"
serde_json = "1.0"
diff = "0.1"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
`dbgen`: Database generator
===========================

[![Build Status](https://travis-ci.com/kennytm/dbgen.svg?branch=master)](https://travis-ci.com/kennytm/dbgen)
[![Crates.io](https://img.shields.io/crates/v/dbgen.svg)](https://crates.io/crates/dbgen)

`dbgen` is a program to quickly generate random SQL dump of a table following a given set of
expressions.

Expand Down

0 comments on commit e2025bf

Please sign in to comment.