a180dade7f
Release 4.2.8
2024-04-05 18:45:47 +03:30
b5000207b4
Release 4.2.7
2024-03-19 11:44:09 +03:30
209968b205
Release 4.2.6
2024-03-03 11:26:50 +03:30
7d801491ed
chore: Remove wasi-experimental-io-devices
...
This library was an experiment to provide a simple framebuffer API.
It does not currently compile, and has not done so for over a year.
Removing it reflects the fact that this will not be maintained or
updated in the future.
2024-02-28 13:56:37 +01:00
2f60a75dd5
cli: Remove dead code, fix clippy lints
2024-01-25 14:32:56 +01:00
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
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
96593b9a33
Use is-terminal to check tty
2023-07-08 17:35:05 +09:00
aa20e707f3
Release 4.0.0
2023-06-22 13:50:31 +02:00
670d8acb20
Canonicalize the host path passed to --mapdir
2023-06-21 13:17:40 +08: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
4bdba31247
Release 4.0.0-beta.1
2023-06-01 19:06:00 +02: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
63ab31ba49
fix: Use fallback home directory detection in config commands.
...
Use a standard wasmer install directory if the usual detection methods
fail.
Closes #3869 .
2023-05-23 12:51:14 +00:00
a5db549b53
fix: Fix conflicts_with settings in config command
...
Clap 4 requires the conflicting arg name to the Rust name, instead of
the user-visible arg name.
2023-05-12 09:45:20 +00:00
90aa7f13b8
chore: Disable clap "color" feature for wasm builds
...
Feature does not work correctly on wasm due to the "anstream" dependency
not compiling
2023-05-12 09:45:20 +00:00
46b42900d1
deps: Upgrade clap to v4
...
Upgrade clap from 3.x to 4.2.7 in both the main CLI and the compiler
CLI.
Needed as a prep work for future CLI additions.
2023-05-12 09:45:20 +00:00
5eeda455a4
Release 3.3.0 ( #3842 )
...
* Update CHANGELOG
* Release 3.3.0
* Added sumup of the version in CHANGELOG.md
* Update other crate versions
2023-05-03 09:26:36 +00:00
74fe894c07
Release 3.2.1 ( #3809 )
...
* Update CHANGELOG
* Release 3.2.1
* Added a manual ChangeLog
* Increment 0.x crates versions too
* Fixed a typo in the (short) ChangeLog
2023-04-21 14:06:31 +00:00
7fb7c09080
Release 3.2.0
2023-04-18 16:30:03 +02:00
e40c6a4177
Release 3.2.0-beta.2
2023-04-05 13:25:40 +02:00
1031b9b1b5
Merge branch 'master' into master-with-fixes
...
# Conflicts:
# lib/c-api/Cargo.toml
# lib/cache/Cargo.toml
# lib/cli/Cargo.toml
# lib/emscripten/Cargo.toml
# lib/wasi/Cargo.toml
2023-03-26 19:55:33 -07:00
d58d158897
Release 3.2.0-beta.1
2023-03-22 19:14:57 +01:00
9308f20707
Use singlepass in macOS M1 if available
2023-03-16 14:26:01 -07:00
e61c206bb2
Merge branch 'master' into std-api
2023-03-06 20:50:10 -08:00
6fb803a063
deps: Remove unused tempfile dependency fro cli-compiler
2023-03-06 07:59:16 +00:00
5e73761c22
deps: Remove tempdir dependency
...
We already depend on `tempfile`, which also provides temp dir
functionality.
This gets rid of a cargo-deny error due to a race condition in
remove_dir_all, which is a dependency of the removed "tempdir" crate.
Also bumps the minimum tempfile version in Cargo.toml files to be
consistent.
2023-03-06 07:59:16 +00:00
543e7cb945
Make CI happy. Fix linting and imports
2023-02-10 08:05:07 -08:00
5a030f5f31
Fix compile
2023-01-28 22:46:53 +01:00
4b9389cdaa
Release 3.2.0-alpha.1
2023-01-23 12:52:43 +01:00
d45850733e
Release 3.1.0
2022-12-12 13:38:00 +01:00
b70f6e9052
Release 3.0.2
2022-11-25 21:30:20 +01:00
27f3300fef
Release 3.0.1
2022-11-23 01:14:06 +01:00
dcc0164698
Release 3.0.0
2022-11-20 17:00:03 +01:00
91c2c1daea
Release 3.0.0-rc.4
2022-11-19 16:21:42 +01:00
820b83e56b
Update 3.0.0-rc.2 -> 3.0.0-rc.3
2022-11-18 19:50:41 +01:00
d2364f40bb
Update versions via script
2022-11-02 14:52:12 +01:00
8ee578fb5d
Update package versions
2022-10-25 12:54:45 +02:00
fef756412f
Update 3.0.0-beta -> 3.0.0-beta.2
2022-09-26 12:20:35 +02:00