Skip to content

Commit

Permalink
Release divviup-api 0.1.6 (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan authored Jan 24, 2024
1 parent ab5edbc commit afcd0ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.

6 changes: 3 additions & 3 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.5"
version = "0.1.6"
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.5" }
divviup-cli = { path = "./cli", version = "0.1.5" }
divviup-client = { path = "./client", version = "0.1.6" }
divviup-cli = { path = "./cli", version = "0.1.6" }
divviup-api.path = "."
test-support.path = "./test-support"

Expand Down

0 comments on commit afcd0ad

Please sign in to comment.