Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/olive-moons-invent.md

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @germ-network/two-mls-pq

## 0.16.1

### Patch Changes

- [#126](https://github.com/germ-network/TwoMLSPQ/pull/126) [`93a2670`](https://github.com/germ-network/TwoMLSPQ/commit/93a2670e019598603fdbb653a29570045ce0c524) Thanks [@germ-mark](https://github.com/germ-mark)! - Add the dual MIT/Apache-2.0 license and fill in package metadata.

The repository was public with no license file, while `rust/Cargo.toml` already declared
`license = "MIT OR Apache-2.0"`. This adds `LICENSE-MIT` and `LICENSE-APACHE` so that
declaration is backed by actual license text, and states the inbound contribution terms in
`CONTRIBUTING.md` and `README.md`.

Also corrects documentation that still referred to `Sources/AbstractTwoMLS/` (moved to a
separate package) and to the vendored binding's old location — including the path in the
binding-contract mismatch error, which pointed developers at the wrong file to re-sync.

## 0.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@germ-network/two-mls-pq",
"private": true,
"version": "0.16.0",
"version": "0.16.1",
"description": "Post-quantum 1:1 end-to-end encrypted messaging sessions built on MLS — Rust/UniFFI core with a Swift package wrapper",
"license": "MIT OR Apache-2.0",
"author": "Germ Network, Inc.",
Expand Down