From dd559acfd56aced74cdfe86c3ec7c41a3e6cfe9e Mon Sep 17 00:00:00 2001 From: "liblaf-release-please[bot]" <239320284+liblaf-release-please[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 07:48:31 +0000 Subject: [PATCH] chore(release): v0.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3dceab5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ + + +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Conventional Changelog](https://github.com/conventional-changelog/conventional-changelog-config-spec/blob/master/versions/2.2.0/README.md), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v0.1.0](https://github.com/liblaf/logging/releases/tag/v0.1.0) - 2026-05-26 + +### ✨ Features + +- add caller-aware Rich logging package - [6c0c715](https://github.com/liblaf/logging/commit/6c0c715fe1644826be8b8e56b25c901f4943aab3) by [@liblaf](https://github.com/liblaf) + +### ❤️ Contributors + +- [@liblaf](https://github.com/liblaf) made their first contribution