Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys committed Feb 12, 2024
1 parent d653802 commit d10b61c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ change, where applicable.

## [Unreleased] - ReleaseDate

## [0.7.2] - 2024-02-12

### Changed

- Allow packages with `.` in their names. This is useful for packages
Expand Down Expand Up @@ -305,7 +307,8 @@ change, where applicable.
## [0.1.2] - 2022-08-24

<!-- next-url -->
[Unreleased]: https://github.com/wasmerio/wasmer-pack/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/wasmerio/wasmer-pack/compare/v0.7.2...HEAD
[0.7.2]: https://github.com/wasmerio/wasmer-pack/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/wasmerio/wasmer-pack/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/wasmerio/wasmer-pack/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/wasmerio/wasmer-pack/compare/v0.5.3...v0.6.0
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
readme = "README.md"
repository = "https://github.com/wasmerio/wasmer-pack"
rust-version = "1.67.0" # Required for [workspace.package]
version = "0.7.1"
version = "0.7.2"

[workspace.dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ anyhow = { workspace = true }
clap = { workspace = true }
serde = { version = "1.0.145", features = ["derive"] }
serde_json = "1.0.85"
wasmer-pack = { version = "0.7.1", path = "../wasmer-pack" }
wasmer-pack = { version = "0.7.2", path = "../wasmer-pack" }
webc = { workspace = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tempfile = "3.3.0"
tracing = "0.1.37"
serde_json = "1.0.89"
serde = "1.0.149"
wasmer-pack-cli = { version = "0.7.1", path = "../cli" }
wasmer-pack-cli = { version = "0.7.2", path = "../cli" }
cargo-wasmer = "0.4.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ harness = false
[dependencies]
anyhow = { workspace = true }
getrandom = { version = "0.2.8", features = ["custom"] }
original = { package = "wasmer-pack", version = "0.7.1", path = "../wasmer-pack" }
original = { package = "wasmer-pack", version = "0.7.2", path = "../wasmer-pack" }
wai-bindgen-rust = { workspace = true }
webc = { workspace = true }

Expand Down

0 comments on commit d10b61c

Please sign in to comment.