Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.1.0"}
{".":"2.0.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
@@ -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