Skip to content

Commit

Permalink
Update version to 0.6.1 (#95)
Browse files Browse the repository at this point in the history
0.6.1 release is purely to fix docs.rs build
  • Loading branch information
Electron100 authored May 27, 2023
1 parent bb58d79 commit 2828363
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ members = [
]

[workspace.package]
version = "0.6.1"
edition = "2021"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion butane/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane"
version = "0.6.0"
version.workspace = true
authors = ["James Oakley <[email protected]>"]
edition.workspace = true
description = "An ORM with a focus on simplicity and on writing Rust, not SQL."
Expand Down
2 changes: 1 addition & 1 deletion butane_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane_cli"
version = "0.6.0"
version.workspace = true
authors = ["James Oakley <[email protected]>"]
edition.workspace = true
description = "The CLI for the Butane ORM"
Expand Down
2 changes: 1 addition & 1 deletion butane_codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane_codegen"
version = "0.6.0"
version.workspace = true
authors = ["James Oakley <[email protected]>"]
edition.workspace = true
description = "Macros for Butane. Do not use this crate directly -- use the butane crate."
Expand Down
2 changes: 1 addition & 1 deletion butane_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane_core"
version = "0.6.0"
version.workspace = true
authors = ["James Oakley <[email protected]>"]
edition.workspace = true
description = "Internals for Butane. Do not use this crate directly -- use the butane crate."
Expand Down
2 changes: 1 addition & 1 deletion butane_test_helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "butane_test_helper"
version = "0.6.0"
version.workspace = true
authors = ["James Oakley <[email protected]>"]
edition.workspace = true
description = "A test helper for butane"
Expand Down

0 comments on commit 2828363

Please sign in to comment.