From 67e7d2803314349056b33ef4eb46b6badda5cfe9 Mon Sep 17 00:00:00 2001 From: antonia Date: Thu, 13 Mar 2025 11:39:42 -0700 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ version.txt | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 684643c..8a7fd7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.0](https://github.com/sciencecorp/synapse-cpp/compare/v0.2.0...v0.3.0) (2025-03-13) + + +### ⚠ BREAKING CHANGES + +* support UDP unicast in StreamOut node, remove UDP multicast + +### Features + +* add packet monitoring 'stats' example ([#20](https://github.com/sciencecorp/synapse-cpp/issues/20)) ([a0e69c7](https://github.com/sciencecorp/synapse-cpp/commit/a0e69c7a6a424546977084a10cf077d1fff9b531)) +* switch StreamOut node to UDP unicast; update synapse-api ([#18](https://github.com/sciencecorp/synapse-cpp/issues/18)) ([6c240dc](https://github.com/sciencecorp/synapse-cpp/commit/6c240dca7f5e2a5b5a1acbd9c623fb8dba619d2f)) + ## [0.2.0](https://github.com/sciencecorp/synapse-cpp/compare/v0.1.0...v0.2.0) (2025-03-13) diff --git a/version.txt b/version.txt index 0ea3a94..0d91a54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.3.0