Skip to content

Commit b63e083

Browse files
author
Markus Westerlind
committed
Version 0.10.0
1 parent f9f32b3 commit b63e083

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.10.0
4+
5+
Update to snake_case 0.3
6+
37
## Internal
48

59
- Added Travis CI. MSRV is 1.37.0 (#60, @tommilligan)

diffus-derive-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffus-derive-test"
3-
version = "0.9.1"
3+
version = "0.10"
44
authors = [
55
"Jim Holmström <jim.holmstroem@gmail.com>",
66
"Johan Gardell <736172+gardell@users.noreply.github.com>",

diffus-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffus-derive"
3-
version = "0.9.1"
3+
version = "0.10"
44
authors = [
55
"Jim Holmström <jim.holmstroem@gmail.com>",
66
"Johan Gardell <736172+gardell@users.noreply.github.com>",

diffus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diffus"
3-
version = "0.9.1"
3+
version = "0.10"
44
authors = [
55
"Jim Holmström <jim.holmstroem@gmail.com>",
66
"Johan Gardell <736172+gardell@users.noreply.github.com>",

0 commit comments

Comments
 (0)