Skip to content

Commit

Permalink
chore: release 0.0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Matous Havlena <havlenma@gmail.com>
  • Loading branch information
matoushavlena committed Dec 13, 2024
1 parent 3191b50 commit 91e37fa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}",
"commitArgs": ["-s"]
"commitArgs": ["-s"],
"requireCleanWorkingDir": false
},
"github": {
"release": true,
Expand All @@ -21,7 +22,7 @@
}
},
"hooks": {
"before:init": ["yarn lint", "yarn ts:check", "yarn test"],
"before:init": ["yarn lint", "yarn ts:check"],
"after:bump": ["yarn build"]
}
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.0.5](https://github.com/i-am-bee/bee-observe/compare/v0.0.4...v0.0.5) (2024-12-13)


### Features

* add logs to trace route ([#8](https://github.com/i-am-bee/bee-observe/issues/8)) ([007869e](https://github.com/i-am-bee/bee-observe/commit/007869e9e835c9c329af6b848c81876eafcdcac1))
* **mongo:** add missing ttl index ([#5](https://github.com/i-am-bee/bee-observe/issues/5)) ([8cb1f68](https://github.com/i-am-bee/bee-observe/commit/8cb1f6864c13b94e0d1a61c6d528e522beeae535))
* **trace:** implement otlp http backend ([#7](https://github.com/i-am-bee/bee-observe/issues/7)) ([1296ef5](https://github.com/i-am-bee/bee-observe/commit/1296ef5302990b962e3a161e910318f0aa48c0e2))


### Bug Fixes

* main span nesting in new fw version ([#9](https://github.com/i-am-bee/bee-observe/issues/9)) ([3191b50](https://github.com/i-am-bee/bee-observe/commit/3191b50157042ebc114370f6d9c785518c8db561))

## [0.0.4](https://github.com/i-am-bee/bee-observe/compare/v0.0.3...v0.0.4) (2024-11-05)

## [0.0.3](https://github.com/i-am-bee/bee-observe/compare/v0.0.2...v0.0.3) (2024-10-09)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bee-observe",
"packageManager": "yarn@4.3.1",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"description": "Observability API server for bee-agent-framework",
"type": "module",
Expand Down

0 comments on commit 91e37fa

Please sign in to comment.