Skip to content

Commit

Permalink
Release divviup-api 0.1.1 (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan authored Nov 28, 2023
1 parent 25cefbf commit 0e1c076
Show file tree
Hide file tree
Showing 3 changed files with 10 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.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
members = [".", "migration", "client", "test-support", "cli"]

[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MPL-2.0"
homepage = "https://divviup.org"
repository = "https://github.com/divviup/divviup-api"

[workspace.dependencies]
divviup-client = { path = "./client", version = "0.1.0" }
divviup-cli = { path = "./cli", version = "0.1.0" }
divviup-client = { path = "./client", version = "0.1.1" }
divviup-cli = { path = "./cli", version = "0.1.1" }
divviup-api.path = "."
test-support.path = "./test-support"

Expand Down Expand Up @@ -125,4 +125,4 @@ name = "divviup_api_bin"
path = "src/bin.rs"

[profile.release]
lto = "fat"
lto = "fat"
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "migration"
version = "0.1.0"
version.workspace = true
edition = "2021"
publish = false
default-run = "migration"
Expand Down

0 comments on commit 0e1c076

Please sign in to comment.