From 7975d8a53d85909b17624a45a0cb0700e9b7a75c Mon Sep 17 00:00:00 2001 From: Joongi Kim Date: Thu, 14 Sep 2023 21:28:50 +0900 Subject: [PATCH] release: 1.0.0 --- CHANGES.md | 8 ++++++++ changes/21.feature.md | 1 - changes/template.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) delete mode 100644 changes/21.feature.md diff --git a/CHANGES.md b/CHANGES.md index 0e45b98..fc8a5ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,6 +15,14 @@ +## v1.0.0 (2023-09-14) + +### Breaking change +* Now it requires Python 3.11 to work! + +### Features +* Implement the full version of secure, encrypted RPC communication based on ZeroMQ's ZAP protocol using CURVE keypairs ([#21](https://github.com/lablup/callosum/issues/21)) + ## v0.9.10 (2022-02-17) diff --git a/changes/21.feature.md b/changes/21.feature.md deleted file mode 100644 index f9f0daf..0000000 --- a/changes/21.feature.md +++ /dev/null @@ -1 +0,0 @@ -Implement the full version of secure, encrypted RPC communication based on ZeroMQ's ZAP protocol using CURVE keypairs diff --git a/changes/template.md b/changes/template.md index 94ed349..5130f7e 100644 --- a/changes/template.md +++ b/changes/template.md @@ -1,6 +1,6 @@ {% if top_line %} {{ top_line }} -{{ versiondata.version }} ({{ versiondata.date }}) +v{{ versiondata.version }} ({{ versiondata.date }}) {% endif %} {%- for section, _ in sections.items() -%} {%- if sections[section] -%}