From cc89153dc485ee4107e3445af62c6c5fcf883639 Mon Sep 17 00:00:00 2001 From: richarddavison <89518095+richarddavison@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:46:09 +0200 Subject: [PATCH] Prepare v0.1.15-beta (#411) --- CHANGELOG.md | 10 +++++++--- Cargo.lock | 4 ++-- llrt/Cargo.toml | 2 +- llrt_core/Cargo.toml | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e12934080..0484b18770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ -- Hotfix release when loading more than one SDK Client -- Increase Request compat +- Increased compatibility of Fetch related classes +- Implemented File +- Complete rewrite of console API +- Added some crypto APIs +- Fix regressions and compatibility with new Rust implementation of Runtime Interface Client +- Updated dependencies Full list of changes: -https://github.com/awslabs/llrt/compare/v0.1.13-beta...v0.1.14-beta +https://github.com/awslabs/llrt/compare/v0.1.14-beta...v0.1.15-beta diff --git a/Cargo.lock b/Cargo.lock index a0ea91aa4e..81d9090f8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -889,7 +889,7 @@ dependencies = [ [[package]] name = "llrt" -version = "0.1.14-beta" +version = "0.1.15-beta" dependencies = [ "chrono", "llrt_core", @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "llrt_core" -version = "0.1.14-beta" +version = "0.1.15-beta" dependencies = [ "async-trait", "base64-simd", diff --git a/llrt/Cargo.toml b/llrt/Cargo.toml index d107cca2d5..4cd8b98f69 100644 --- a/llrt/Cargo.toml +++ b/llrt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llrt" -version = "0.1.14-beta" +version = "0.1.15-beta" edition = "2021" license-file = "LICENSE" diff --git a/llrt_core/Cargo.toml b/llrt_core/Cargo.toml index b2749c9091..5afc1ad081 100644 --- a/llrt_core/Cargo.toml +++ b/llrt_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "llrt_core" -version = "0.1.14-beta" +version = "0.1.15-beta" edition = "2021" license-file = "LICENSE"