Skip to content

Commit d307512

Browse files
authored
chore(CHANGELOG): Prepare for 0.1.0 release (#137)
1 parent 6b451c2 commit d307512

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## next
3+
## 0.1.0
44

55
- replace `structopt` with `clap`
66
- replace dependency `Inflector` with `heck`

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dsync"
33
description = "Generate rust structs & query functions from diesel schema files."
4-
version = "0.0.17-beta"
4+
version = "0.1.0"
55
readme = "README.md"
66
repository = "https://github.com/Wulf/dsync"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)