177 Commits

Author SHA1 Message Date
a1e1cc86b1 Release 6.0.0-beta.1 2025-03-07 07:11:49 +01:00
5c30113ab1 fix(cache): Add wasmer/compiler to docs.rs-related features 2025-03-06 18:10:22 +01:00
8a37633137 Release 6.0.0-alpha.2 2025-02-26 08:53:28 +01:00
a4382567d0 Release 6.0.0-alpha.1 2025-02-18 13:22:12 +01:00
f123f69892 chore: inline format args to improve readability
Using this command, fixed format argument inlining to improve readability, and fix a few minor related styling issues like trailing commas in a single line.

```
cargo clippy --all-targets --workspace --exclude wasmer-cli --exclude wasmer-swift -- -D clippy::uninlined_format_args
```
2025-01-22 12:53:01 -05:00
4d5a913b01 Release 5.0.5-rc1 2025-01-03 16:11:52 +01:00
4ca260af3f Release 5.0.4 2024-12-17 12:36:40 +01:00
ea13dd86b8 Release 5.0.3 2024-12-07 00:30:08 +03:30
0bca35344d Release 5.0.2 2024-11-22 17:58:38 +03:30
83680c5e5d Release 5.0.1 2024-11-06 12:26:18 +03:30
fe1640d60f Release 5.0.0 2024-10-29 17:38:07 +03:30
193cba1379 Release 5.0.0-rc.1 2024-10-21 13:50:15 +03:30
ad80cf147a Release 4.4.0 2024-10-04 15:28:22 +03:30
0c83b6c3a1 Release 4.3.7 2024-09-06 13:05:35 +03:30
2afcb78d45 Release 4.3.6 2024-08-22 14:01:59 +03:30
b3838bc471 Release 4.3.5 2024-07-16 20:34:42 +03:30
589ea17f69 Release 4.3.4 2024-07-08 23:32:24 +03:30
f7a8abc37d Release 4.3.3 2024-07-04 02:47:35 +03:30
2dc135fbdc Release 4.3.2 2024-06-11 18:40:20 +03:30
871b1e2373 Release 4.3.1 2024-05-23 16:13:12 +03:30
587416bfef Release 4.3.0 2024-05-10 18:30:04 +03:30
5057edf398 Release 4.3.0-beta.1 2024-05-08 18:09:43 +03:30
699a8c4fcd Renamed all master -> main 2024-04-25 14:19:05 +02:00
d809fe5671 Release 4.3.0-alpha.1 2024-04-25 07:13:07 +03:30
a180dade7f Release 4.2.8 2024-04-05 18:45:47 +03:30
110ab961a1 Lock clap to 4.4.11 as clap 4.5 is incompatible with rustc 1.73 2024-03-19 11:44:09 +03:30
b5000207b4 Release 4.2.7 2024-03-19 11:44:09 +03:30
adab70e4d8 fix: fix feature = "cargo-clippy" deprecation 2024-03-04 14:32:36 +02:00
209968b205 Release 4.2.6 2024-03-03 11:26:50 +03:30
893f96acae Release 4.2.5 2023-12-23 11:45:27 +03:30
4d63febf9d Release 4.2.4 (#4337) 2023-11-30 21:16:20 +03:30
3068bf9363 Release 4.2.3 2023-10-26 18:19:08 +03:30
c3f215859d Release 4.2.2 2023-10-04 17:06:23 +03:30
1f7004d659 Release 4.2.1 2023-09-28 16:15:57 +04:00
6213c0d8e5 Release 4.2.0 2023-09-05 15:08:50 +02:00
729f0f268c Release 4.1.2 2023-08-21 14:45:24 +02:00
0bd4b48691 Release 4.1.1 (#4124)
* Update CHANGELOG

* Release 4.1.1

* Added manual sectionin CHANGELOG.md

* Bumped 0.x crates
2023-08-03 17:43:16 +02:00
e3c66bf45d Update to criterion 0.5 2023-07-25 18:14:39 +09:00
92a829062b Release 4.1.0 2023-07-24 17:28:57 +02:00
c4541be53b Make sure docs.rs enables #[cfg(docsrs)] when building docs 2023-07-10 13:07:40 +08:00
935fc09e1b Enable the doc_cfg feature when running on docs.rs 2023-07-10 12:58:06 +08:00
4930d6ce5c Update tempfile crate (for #4037) 2023-06-28 09:11:37 +02:00
aa20e707f3 Release 4.0.0 2023-06-22 13:50:31 +02:00
82cc3c94a6 Release 4.0.0-beta.3 2023-06-15 10:52:03 +02:00
18ab43bc60 Release 4.0.0-beta.2 (#3982)
* Update CHANGELOG

* Release 4.0.0-beta.2

* Manual Changelog for beta.2

* Updated 0.x crates when needed

* Bumped wasmer-registry crate to 5.0, there have been some breaking changes
2023-06-09 16:46:28 +02:00
c23ed084ce chore: Rename wasi dir to wasiX
Synchronise the crate name with the directory structure.

Also had to move the lib/wasix/wasix-http-client dir one layer up.

Closes #3785
2023-06-07 10:39:42 +02:00
4bdba31247 Release 4.0.0-beta.1 2023-06-01 19:06:00 +02:00
1f840152e0 Bumping to the 2021 edition 2023-05-29 21:08:41 +08:00
ce41932ede Switch all crates over to using the [workspace.package] metadata 2023-05-29 21:08:41 +08:00
36b077d34b Release 4.0.0-alpha.1 (#3912)
* Release 4.0.0-alpha.1
2023-05-25 17:30:02 +02:00