Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed May 2, 2022
1 parent db4156b commit 6d76d77
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/release/release.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.0"
"version": "0.5.0"
}
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# [0.5.0](https://github.com/damianopetrungaro/golog/compare/v0.3.0...v0.5.0) (2022-05-02)


### Features

* publish on gh-pages ([03efa58](https://github.com/damianopetrungaro/golog/commit/03efa5874a5a92f8d86781f37ae65e9c5a90517e))



# [0.3.0](https://github.com/damianopetrungaro/golog/compare/v0.2.2...v0.3.0) (2022-04-28)


### Bug Fixes

* encoders handle errors as strings ([1f2417c](https://github.com/damianopetrungaro/golog/commit/1f2417cc9c6740c5e9749265a730ff7474858378))


### Features

* add mux writer ([9ee1149](https://github.com/damianopetrungaro/golog/commit/9ee1149137568c4d9c20719b6792aa29c6dc6b13))



## [0.2.2](https://github.com/damianopetrungaro/golog/compare/v0.2.1...v0.2.2) (2022-04-27)


### Features

* add support for text encoder ([b80b99c](https://github.com/damianopetrungaro/golog/commit/b80b99c265d399b2def4eae27ec54e92c7b5e59c))



## [0.2.1](https://github.com/damianopetrungaro/golog/compare/v0.2.0...v0.2.1) (2022-04-27)


### Features

* support stack trace decorator ([6ab7781](https://github.com/damianopetrungaro/golog/commit/6ab7781c629ced8cfb8a28789abd2567bb6f8d1e))



# [0.2.0](https://github.com/damianopetrungaro/golog/compare/v0.1.0...v0.2.0) (2022-04-26)


### Bug Fixes

* add new line after each entry ([ac049e0](https://github.com/damianopetrungaro/golog/commit/ac049e079cdfa26a5164e450c7eb4f0ded46f3e7))



0 comments on commit 6d76d77

Please sign in to comment.