From edf2cc50ebde3f9cb58c829207340a37ec411612 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 18:07:43 +0000 Subject: [PATCH] Version Packages --- .changeset/olive-moons-invent.md | 14 -------------- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/olive-moons-invent.md diff --git a/.changeset/olive-moons-invent.md b/.changeset/olive-moons-invent.md deleted file mode 100644 index 4767513..0000000 --- a/.changeset/olive-moons-invent.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@germ-network/two-mls-pq": patch ---- - -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 766a7c0..577524d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ba96105..bbc5939 100644 --- a/package.json +++ b/package.json @@ -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.",