From b04a5e7e6d21b602c08301795b10f9b3555b2eb3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:31:08 +0000 Subject: [PATCH] chore(master): Release 1.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- doc/package.json | 2 +- python/pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d76..f6a9e1507 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5b6778f..ca3149966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/VILLASframework/node/compare/v1.2.1...v1.2.2) (2026-09-07) + + +### Bug Fixes + +* **sample:** Change ts compare to absolute compare ([c483bf6](https://github.com/VILLASframework/node/commit/c483bf6a4e3ed26b72ab921257e779bc52674313)) + ## [1.2.1](https://github.com/VILLASframework/node/compare/v1.2.0...v1.2.1) (2026-09-07) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcb6c7ff6..490bc14ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.14) project(villas-node - VERSION 1.2.1 # x-release-please-version + VERSION 1.2.2 # x-release-please-version DESCRIPTION "Open-Source Real-time Multi-protocol Gateway" HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/" LANGUAGES C CXX diff --git a/doc/package.json b/doc/package.json index b83d047e2..1ad90f3b1 100644 --- a/doc/package.json +++ b/doc/package.json @@ -1,6 +1,6 @@ { "name": "villasnode-api", - "version": "1.2.1", + "version": "1.2.2", "type": "module", "dependencies": { "@redocly/cli": "^2.25.0" diff --git a/python/pyproject.toml b/python/pyproject.toml index d5dca99a3..88d9e92d7 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'villas-node' -version = "1.2.1" +version = "1.2.2" description = 'Python support for the VILLASnode simulation-data gateway' readme = 'README.md' requires-python = '>=3.10'