Skip to content

Commit 092df53

Browse files
author
karei
committed
chore(release): v0.1.1
1 parent 8251087 commit 092df53

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
## [0.1.0] - 2025-09-25
2828
### Added
2929
- Initial release of `ComponentLogging.jl`: component-level routing, `clog`/`clogf`, `bind_logger`, minimal PlainLogger style, warn+ file:line display, colorized levels.
30+
31+
## [0.1.1] - 2025-10-07
32+
### Changed
33+
- Documentation: general improvements and clarifications.
34+
35+
[Unreleased]: https://github.com/<owner>/<repo>/compare/v0.1.1...HEAD
36+
[0.1.1]: https://github.com/<owner>/<repo>/compare/v0.1.0...v0.1.1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ComponentLogging"
22
uuid = "3f6ec708-df3b-46b4-8b70-ec9fa53b9f7d"
33
authors = ["karei <abcdvvvv@gmail.com>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88
ComponentLogging provides hierarchical control over log levels and messages. It is designed to replace ad‑hoc `print/println` calls and verbose flags inside functions, and to strengthen control flow in Julia programs.
99

10-
[Changelog](./CHANGELOG.md).
11-
1210
## Introduction
1311

1412
Hierarchical logging is critical for building reliable software, especially in compute‑intensive systems. Many computational functions need to emit messages at different detail levels, and there can be lots of such functions. This calls for fine‑grained, per‑function control over logging.

0 commit comments

Comments
 (0)