Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lazear committed Dec 22, 2023
1 parent 32937a6 commit 84b7cfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0]
### Changed

- Upgrade axum to 0.7, hyper to 1.0, and lambda_http to 0.9 versions

## [0.5.1]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Check out `examples/main.rs`: running in debug mode runs a hyper server, and bui

I have also provided an example Dockerfile & python script for locally spinning up a lambda runtime:
```
cargo build --release
cargo build --release --example main
docker build . -t lambda-test
docker run -p 9000:8080 lambda-test
python test_lambda_runtime
Expand Down

0 comments on commit 84b7cfd

Please sign in to comment.