From 8a7a17df0163f15f8eb9337a5e832f17a5212522 Mon Sep 17 00:00:00 2001 From: Beelzebot Date: Tue, 24 Feb 2026 21:48:40 +0100 Subject: [PATCH] chore(main): release 2.0.0 --- .release-please/manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- idf_component.yml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please/manifest.json b/.release-please/manifest.json index 8d6e472..b7c9dac 100644 --- a/.release-please/manifest.json +++ b/.release-please/manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"2.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 39d002c..570ad79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/sivakov512/slog/compare/v1.1.0...v2.0.0) (2026-02-24) + + +### ⚠ BREAKING CHANGES + +* Completely reimplement - sink callbacks for host and direct macros mapping for ESP + +### Features + +* Completely reimplement - sink callbacks for host and direct macros mapping for ESP ([542c28f](https://github.com/sivakov512/slog/commit/542c28f8119885069f187742deea346c14a264fb)) + ## [1.1.0](https://github.com/sivakov512/slog/compare/v1.0.0...v1.1.0) (2025-11-28) diff --git a/README.md b/README.md index 102b7f4..8de3d00 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ include(FetchContent) FetchContent_Declare( slog GIT_REPOSITORY https://github.com/sivakov512/slog.git - GIT_TAG v1.1.0 + GIT_TAG v2.0.0 ) FetchContent_MakeAvailable(slog) diff --git a/idf_component.yml b/idf_component.yml index 3f90f20..5019c91 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: 1.1.0 +version: 2.0.0 description: Simple C logging library url: https://github.com/sivakov512/slog license: MIT