Skip to content

Commit

Permalink
Prepare v0.1.15-beta (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jun 7, 2024
1 parent b1ca602 commit cc89153
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 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 llrt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llrt"
version = "0.1.14-beta"
version = "0.1.15-beta"
edition = "2021"
license-file = "LICENSE"

Expand Down
2 changes: 1 addition & 1 deletion llrt_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llrt_core"
version = "0.1.14-beta"
version = "0.1.15-beta"
edition = "2021"
license-file = "LICENSE"

Expand Down

0 comments on commit cc89153

Please sign in to comment.