Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
--------------------------------------------------------------------------------

## 18.0.1

Released 2024-02-20.

### Fixed

* Fixed a mistake in the CI release process that caused the crates.io
publication of the 18.0.0 release to not succeed.
[#7966](https://github.com/bytecodealliance/wasmtime/pull/7966)

--------------------------------------------------------------------------------

## 18.0.0

Released 2024-02-20.
Expand Down
2 changes: 2 additions & 0 deletions crates/c-api-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version.workspace = true
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"
edition.workspace = true
description = "Support macros for `wasmtime-c-api`"
repository = "https://github.com/bytecodealliance/wasmtime"

[lints]
workspace = true
Expand Down