File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 1.9.0] - 2025-03-28
11+
1012### Changed
1113
1214- Internal coding style changes.
@@ -130,7 +132,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
130132
131133- Keep logger metadata from caller processes.
132134
133- [ Unreleased ] : https://github.com/FindHotel/meta_logger/compare/1.8.0...HEAD
135+ [ Unreleased ] : https://github.com/FindHotel/meta_logger/compare/1.9.0...HEAD
136+ [ 1.9.0 ] : https://github.com/FindHotel/meta_logger/compare/1.8.0...1.9.0
134137[ 1.8.0 ] : https://github.com/FindHotel/meta_logger/compare/1.7.0...1.8.0
135138[ 1.7.0 ] : https://github.com/FindHotel/meta_logger/compare/1.6.1...1.7.0
136139[ 1.6.1 ] : https://github.com/FindHotel/meta_logger/compare/1.6.0...1.6.1
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The package can be installed by adding `meta_logger` to your list of dependencie
1515``` elixir
1616def deps do
1717 [
18- {:meta_logger , " ~> 1.8 .0" }
18+ {:meta_logger , " ~> 1.9 .0" }
1919 ]
2020end
2121```
Original file line number Diff line number Diff line change 11defmodule MetaLogger.MixProject do
22 use Mix.Project
33
4- @ version "1.8 .0"
4+ @ version "1.9 .0"
55 @ source_url "https://github.com/FindHotel/meta_logger"
66
77 def project do
You can’t perform that action at this time.
0 commit comments