Skip to content

Commit

Permalink
Upgrade thoas and make 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jan 4, 2024
1 parent 1b42adc commit 4e99230
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support structured logging
- Add map_msg config param

## [0.8.1] - 2024-01-04
### Added
- Upgrade thoas version
6 changes: 3 additions & 3 deletions rebar.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{"1.2.0",
[{<<"thoas">>,{pkg,<<"thoas">>,<<"0.4.0">>},0}]}.
[{<<"thoas">>,{pkg,<<"thoas">>,<<"1.2.0">>},0}]}.
[
{pkg_hash,[
{<<"thoas">>, <<"86A72CCDC5EC388A13F9F843BCD6C1076640233B95440E47FFB8E3C0DBDB5A17">>}]},
{<<"thoas">>, <<"73B0546BAFF5008E6ED209558FD7B0606B035D96F9F3DE24EF42879100E094D4">>}]},
{pkg_hash_ext,[
{<<"thoas">>, <<"442296847ACA11DB8D25180693D7CA3073D6D7179F66952F07B16415306513B6">>}]}
{<<"thoas">>, <<"540C8CB7D9257F2AD0A14145DC23560F91ACDCA995F0CCBA779EB33AF5D859D1">>}]}
].
2 changes: 1 addition & 1 deletion src/logger_formatter_json.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
logger_formatter_json,
[
{description, "A formatter for the OTP logger application that outputs JSON"},
{vsn, "0.8.0"},
{vsn, "0.8.1"},
{registered, []},
{applications, [kernel, stdlib, thoas]},
{env, []},
Expand Down

0 comments on commit 4e99230

Please sign in to comment.