Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 6, 2023
1 parent 191376b commit fd51194
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 29 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orogene"
version = "0.3.3"
version = "0.3.4"
authors = ["Orogene Maintainers and Contributors"]
edition = "2021"
description = "`node_modules/` package manager and utility toolkit."
Expand All @@ -16,11 +16,11 @@ tag = true

[dependencies]
# Workspace Deps
nassun = { version = "=0.3.3", path = "./crates/nassun" }
node-maintainer = { version = "=0.3.3", path = "./crates/node-maintainer" }
oro-client = { version = "=0.3.3", path = "./crates/oro-client" }
oro-common = { version = "=0.3.3", path = "./crates/oro-common" }
oro-config = { version = "=0.3.3", path = "./crates/oro-config" }
nassun = { version = "=0.3.4", path = "./crates/nassun" }
node-maintainer = { version = "=0.3.4", path = "./crates/node-maintainer" }
oro-client = { version = "=0.3.4", path = "./crates/oro-client" }
oro-common = { version = "=0.3.4", path = "./crates/oro-common" }
oro-config = { version = "=0.3.4", path = "./crates/oro-config" }

# Regular deps
async-std = { workspace = true, features = ["attributes", "tokio1", "unstable"] }
Expand Down
8 changes: 4 additions & 4 deletions crates/nassun/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nassun"
version = "0.3.3"
version = "0.3.4"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "NPM package interface for resolving, fetching metadata, downloading, and extracting individual packages."
Expand All @@ -10,9 +10,9 @@ homepage = "https://github.com/orogene/orogene"
readme = "README.md"

[dependencies]
oro-common = { version = "=0.3.3", path = "../oro-common" }
oro-client = { version = "=0.3.3", path = "../oro-client" }
oro-package-spec = { version = "=0.3.3", path = "../oro-package-spec" }
oro-common = { version = "=0.3.4", path = "../oro-common" }
oro-client = { version = "=0.3.4", path = "../oro-client" }
oro-package-spec = { version = "=0.3.4", path = "../oro-package-spec" }

async-compression = { workspace = true, features = ["gzip", "futures-io"] }
async-std = { workspace = true, features = ["attributes", "unstable"] }
Expand Down
8 changes: 4 additions & 4 deletions crates/node-maintainer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-maintainer"
version = "0.3.3"
version = "0.3.4"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "NPM dependency tree resolver for Orogene."
Expand All @@ -10,9 +10,9 @@ homepage = "https://github.com/orogene/orogene"
readme = "README.md"

[dependencies]
nassun = { version = "=0.3.3", path = "../nassun" }
oro-common = { version = "=0.3.3", path = "../oro-common" }
oro-package-spec = { version = "=0.3.3", path = "../oro-package-spec" }
nassun = { version = "=0.3.4", path = "../nassun" }
oro-common = { version = "=0.3.4", path = "../oro-common" }
oro-package-spec = { version = "=0.3.4", path = "../oro-package-spec" }

async-std = { workspace = true }
colored = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/oro-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oro-client"
version = "0.3.3"
version = "0.3.4"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "Generic client for the HTTP NPM api."
Expand All @@ -11,7 +11,7 @@ readme = "README.md"


[dependencies]
oro-common = { version = "=0.3.3", path = "../oro-common" }
oro-common = { version = "=0.3.4", path = "../oro-common" }

futures = { workspace = true, features = ["io-compat"] }
miette = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oro-common"
version = "0.3.3"
version = "0.3.4"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "Common types and utilities for Orogene."
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-config-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oro-config-derive"
version = "0.3.3"
version = "0.3.4"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "Derive macros for configuration management for Orogene."
Expand Down
4 changes: 2 additions & 2 deletions crates/oro-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oro-config"
version = "0.3.3"
version = "0.3.4"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "Configuration management for Orogene."
Expand All @@ -10,7 +10,7 @@ homepage = "https://github.com/orogene/orogene"
readme = "README.md"

[dependencies]
oro-config-derive = { version = "=0.3.3", path = "../oro-config-derive" }
oro-config-derive = { version = "=0.3.4", path = "../oro-config-derive" }

clap = { workspace = true, features = ["derive"] }
config = { workspace = true, features = ["toml"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-package-spec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oro-package-spec"
version = "0.3.3"
version = "0.3.4"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2021"
description = "NPM package specification parsing and manipulation."
Expand Down

0 comments on commit fd51194

Please sign in to comment.