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