Skip to content

Commit

Permalink
Draft release v0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kosticmarin committed Nov 24, 2023
1 parent 40b4b7e commit 65a9c42
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Lunatic Changelog

## v0.14.0

Released 2023-11-23.

### Changes

- Privileged and Unprivileged Nodes ([@teskeras](https://github.com/teskeras))
- Quic message chunking ([@kosticmarin](https://github.com/kosticmarin))
- Add custom certificate extenstion ([@kosticmarin](https://github.com/kosticmarin))
- Lunatic CLI ([@kosticmarin](https://github.com/kosticmarin))
- Log response body on unsuccessful registration ([@withtypes](https://github.com/withtypes))

### Chore

- Update license field following SPDX 2.1 license expression standard ([@frisoft](https://github.com/frisoft))
- Remove macOS universal build ([@kosticmarin](https://github.com/kosticmarin))

### Fix

- Typo ([@bkolobara](https://github.com/bkolobara))
- Lookup nodes host call ([@kosticmarin](https://github.com/kosticmarin))
- Deploy flow create app instance ([@kosticmarin](https://github.com/kosticmarin))
- Zip deploy assets include root dir and all subdirs ([kosticmarin](https://github.com/kosticmarin))
- Fix mTLS root cert store ([@kosticmarin](https://github.com/kosticmarin))
- Fix clippy PartialOrd, cargo update ([@withtypes](https://github.com/withtypes))

## v0.13.0

Released 2023-05-03.
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lunatic-runtime"
version = "0.13.2"
version = "0.14.0"
authors = ["Bernard Kolobara <[email protected]>"]
edition = "2018"
description = "An actor platform built on WebAssembly"
Expand Down

0 comments on commit 65a9c42

Please sign in to comment.