From 5065e5aed6dcb7755880574f68c6e6adcf417a8c Mon Sep 17 00:00:00 2001 From: "internal-baz-ci-app[bot]" <173081113+internal-baz-ci-app[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:51:58 +0200 Subject: [PATCH] chore(main): release 0.1.0 (#2) Co-authored-by: internal-baz-ci-app[bot] <173081113+internal-baz-ci-app[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6..466df71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d79f11c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +## [0.1.0](https://github.com/baz-scm/falken-trace-go/compare/v0.0.1...v0.1.0) (2024-12-18) + + +### ⚠ BREAKING CHANGES + +* prepare first release ([#1](https://github.com/baz-scm/falken-trace-go/issues/1)) + +### 🐛 Bug Fixes + +* extract file name instead of path ([#5](https://github.com/baz-scm/falken-trace-go/issues/5)) ([4327661](https://github.com/baz-scm/falken-trace-go/commit/43276617282ee1f301da31b4cae1b42ef89565ce)) + + +### ✨ New Features + +* prepare first release ([#1](https://github.com/baz-scm/falken-trace-go/issues/1)) ([0b4a302](https://github.com/baz-scm/falken-trace-go/commit/0b4a302d0f1e3193d15583335e62cf29da5519d4)) +* support OTel spans ([#3](https://github.com/baz-scm/falken-trace-go/issues/3)) ([1eda942](https://github.com/baz-scm/falken-trace-go/commit/1eda94238c9fefd227958c463c5da346df1e401a)) + + +### 📚 Documentation + +* readme update https://baz-scm.atlassian.net/browse/CR-763 ([#6](https://github.com/baz-scm/falken-trace-go/issues/6)) ([5008e52](https://github.com/baz-scm/falken-trace-go/commit/5008e5209fdbc80fc7c270a235d4032bf35c1116))